WAI
Status Update
Comments
ma...@google.com <ma...@google.com>
ma...@google.com <ma...@google.com> #2
Sample project attached.
ma...@google.com <ma...@google.com> #3
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 device did you use to reproduce this issue?
Can you confirm if this issue is reproducible on a Pixel/Nexus device?
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 device did you use to reproduce this issue?
Can you confirm if this issue is reproducible on a Pixel/Nexus device?
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.
lb...@gmail.com <lb...@gmail.com> #4
I attached a project in
Run the app once to allow the BroadcastReceiver to register. Then rerun it over and over again.
On any API 35 device (I used an emulator and a Pixel 8 Pro), the BroadcastReceiver will get BOOT_COMPLETED
action every time you launch the app.
This seems to only happen when launching the app from Android Studio. When I force stop the app and launch it from the device itself, it doesn't happen. Something about the way AS launches the device is triggering the BOOT_COMPLETED
event. But only on API 35
Description
ppp3.180510.008
* Is this a regression from O to P?
On O we didn't have this issue.
In fact it was ok on DP2.
* What device are you using? (for example, Pixel XL)
Pixel 2
* What are the steps to reproduce the problem? (Please provide the minimal reproducible test case.)
1. Run any app that has foreground service. Example:
2. Do it on Android O and Android P.
3. Show the notification drawer, and try to hide the notification by long pressing it.
* Issue Category e.g. Framework (platform), NDK (platform), Hardware (CPU, GPU, Sensor, Camera), ART (platform), Runtime Permissions etc
UX
* What was the expected result?
To have the option of hiding the notification, right from the notification drawer, just as we had so far, even on DP2.
* Can you provide the API document where this expected behavior is explained?
No
* What was the actual result?
Instead, you got 2 useless options:
1. minimize - will only hide the icon from the notification drawer.
2. keep showing - doesn't do anything at all. Really. A most useless item to show. Equivalent to just scrolling or closing the notification drawer.
Attached video of the 2 versions of the OS to show issue.