DO NOT MERGE Update setting to be bubbles not badging

Test: atest NotificationMangerTest NotificationManagerServiceTest
Fixes: 142166809
Change-Id: I3ac5410a5185ef78cb0f90d05738191efca02de8
This commit is contained in:
Mady Mellor
2019-10-07 10:25:44 -07:00
parent e548ea7764
commit 8527dcb20b

View File

@@ -1450,7 +1450,7 @@ public class NotificationManagerService extends SystemService {
} else {
// Secure => Global
Settings.Secure.putInt(resolver,
Settings.Secure.NOTIFICATION_BADGING,
Settings.Secure.NOTIFICATION_BUBBLES,
globalSettingValue);
}
}