Merge "Bump several device admin notifications to high priority" into qt-dev am: c3c30eefb2

am: df396d12ab

Change-Id: I4212fbc4cf9eb3dce1f156f32739f0d80fb66c3f
This commit is contained in:
Rubin Xu
2019-05-13 04:12:50 -07:00
committed by android-build-merger
6 changed files with 22 additions and 18 deletions

View File

@@ -1406,6 +1406,7 @@ public final class SystemServer {
traceBeginAndSlog("StartNotificationManager");
mSystemServiceManager.startService(NotificationManagerService.class);
SystemNotificationChannels.removeDeprecated(context);
SystemNotificationChannels.createAll(context);
notification = INotificationManager.Stub.asInterface(
ServiceManager.getService(Context.NOTIFICATION_SERVICE));