Infeasible
Status Update
Comments
vi...@google.com <vi...@google.com> #2
Thank you for reporting this issue. For us to further investigate this issue, please provide the following additional information:
What steps are needed to reproduce this issue? Frequency of occurrence?
Which Android build are you using? (e.g. AP4A.241205.013.A1)
Which device did you use to reproduce this issue?
Can you confirm if this issue is reproducible on a Pixel/Nexus device?
Please provide a sample project or apk to reproduce the issue. Also mention the steps to be followed for reproducing the issue with the given sample project or apk.
Android bug report (to be captured after reproducing the issue)
For steps to capture a bug report, please refer:https://developer.android.com/studio/debug/bug-report#bugreportdevice
Alternate method
Navigate to “Developer options”, ensure “USB debugging” is enabled, then enable “Bug report shortcut”. Capture bug report by holding the power button and selecting the “Take bug report” option.
Note: Please upload the bug report and screenshot to google drive and share the folder to android-bugreport@google.com, then share the link here.
What steps are needed to reproduce this issue? Frequency of occurrence?
Which Android build are you using? (e.g. AP4A.241205.013.A1)
Which device did you use to reproduce this issue?
Can you confirm if this issue is reproducible on a Pixel/Nexus device?
Please provide a sample project or apk to reproduce the issue. Also mention the steps to be followed for reproducing the issue with the given sample project or apk.
Android bug report (to be captured after reproducing the issue)
For steps to capture a bug report, please refer:
Alternate method
Navigate to “Developer options”, ensure “USB debugging” is enabled, then enable “Bug report shortcut”. Capture bug report by holding the power button and selecting the “Take bug report” option.
Note: Please upload the bug report and screenshot to google drive and share the folder to android-bugreport@google.com, then share the link here.
jo...@gmail.com <jo...@gmail.com> #3
What steps are needed to reproduce this issue?
1. Start the Android
2. Switch to another User
Frequency of occurrence?
Everytime that switch user. The intent is never sent.
Which Android build are you using?
API Level 34.
Which device did you use to reproduce this issue?
Its confidential.
Can you confirm if this issue is reproducible on a Pixel/Nexus device?
I cannot say it. However its gonna occurs in all devices once the Intent is never sent.
Please provide a sample project or apk to reproduce the issue. Also mention the steps to be followed for reproducing the issue with the given sample project or apk.
I can do it however it could takes a lot of time for a critical bug like this one.
I could not provide logs for privacy and security reasons.
1. Start the Android
2. Switch to another User
Frequency of occurrence?
Everytime that switch user. The intent is never sent.
Which Android build are you using?
API Level 34.
Which device did you use to reproduce this issue?
Its confidential.
Can you confirm if this issue is reproducible on a Pixel/Nexus device?
I cannot say it. However its gonna occurs in all devices once the Intent is never sent.
Please provide a sample project or apk to reproduce the issue. Also mention the steps to be followed for reproducing the issue with the given sample project or apk.
I can do it however it could takes a lot of time for a critical bug like this one.
I could not provide logs for privacy and security reasons.
vi...@google.com <vi...@google.com> #4
Thanks for the information. For us to further investigate this issue, we would need a bug-report, without this we could not proceed further.
vi...@google.com <vi...@google.com> #5
Please provide the requested information to proceed further. Unfortunately the issue will be closed within 7 days if there is no further update.
jo...@gmail.com <jo...@gmail.com> #6
hello, i wont have time to create a personal code to prove this bug. so you can please close this bug report because i dont know how to close it.
vi...@google.com <vi...@google.com> #7
We are closing this issue based on the above comment, Thanks
Description
This form is only for reporting bugs found in the Android system while
developing Android applications. Use the Tools templates for issues with
the developer tools.
Please describe the problem in detail. Be sure to include:
- Steps to reproduce the problem (including sample code if appropriate):
1. Start the Android
2. Switch to another User
- What happened:
The Intent ACTION_USER_BACKGROUND is NEVER propagated for registered broadcast receivers.
- What you think the correct behavior should be:
The Intent ACTION_USER_BACKGROUND is propagated for registered broadcast receivers.
Don't forget to mention which version of Android you're using, and/or which
device the problem appears on (model and Android version).
Android 14
Please also run "adb bugreport" and archive the output.
To avoid the possibility of sharing private information, please share bugreports and screenshots from Google Drive. Share files with android-bugreport@google.com and include only Google drive links in your bug. If attaching bug reports or other sensitive data directly to issues, please mark the attachment(s) as “Restricted (
Disclaimer:
Please note, by submitting this bug report, you acknowledge that Google may use information included in the bug report to diagnose technical issues and to improve our products and services, in accordance with our Privacy Policy (
Bug reports include personal information logged on your device or by apps, such as:
File names
Installed apps and usage
Email addresses of the profiles on the device
Device identifiers, such as phone number
Web history information, including URLs / URIs
Location information, including limited location history
Network information, such as IP/SSID/MAC addresses and saved or scanned APNs
System or device information, such as memory and processes
Description:
In class UserController.java you don't send the Intent ACTION_USER_BACKGROUND if the registered broadcast receiver to receive the Intent is in foreground / stopped. Occurs that in this Pull Request:
Discovered by: Mihaylov Yordan, Xuan and Shintaku Beatriz
Reported by: Johnatan Kayevo