We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9afacc + 3cab6b0 commit 7fd1386Copy full SHA for 7fd1386
1 file changed
services/java/com/android/server/connectivity/Tethering.java
@@ -454,7 +454,8 @@ private void showTetheredNotification(int icon) {
454
if (mTetheredNotification.icon == icon) {
455
return;
456
}
457
- notificationManager.cancel(mTetheredNotification.icon);
+ notificationManager.cancelAsUser(null, mTetheredNotification.icon,
458
+ UserHandle.ALL);
459
460
461
Intent intent = new Intent();
0 commit comments