Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
OPP1.170223.013 and OSR1.170321.002
* What device are you using? (for example, Nexus 6P)
Pixel C (OPP1.170223.013)
Emulator (OSR1.170321.002)
* What are the steps to reproduce the problem? (Please provide the minimal reproducible test case.)
Step #1: Download
Step #2: UnZIP, build, install, and run that app
Step #3: Click the top button ("Raise Notification")
Step #4: Notice that the notification icon appears
Step #5: Open the notification shade, and tap on the Recoverable Exception Demo notification
Step #6: Notice that the notification icon remains
Step #7: In the activity that appeared after tapping the notification, click the "I Can Fix It" button
Step #8: Notice that the notification icon remains
* Issue Category e.g. Framework (platform), NDK (platform), Hardware (CPU, GPU, Sensor, Camera), ART (platform), Runtime Permissions etc
Framework
* What was the expected result?
For the notification to go away on its own at some point.
* What was the actual result?
The notification remains until the user manually clears it. IMHO, the notification should go away either when the user taps on it (because it led them to the activity to address the problem) or when the activity returns RESULT_OK (meaning that the problem is gone).