Merge "Create NotificationChannels in SystemUI per-user"
This commit is contained in:
committed by
Android (Google) Code Review
commit
70f6f6faaf
@ -95,6 +95,7 @@ public class SystemUIApplication extends Application implements SysUiServiceProv
|
||||
*/
|
||||
private final Class<?>[] SERVICES_PER_USER = new Class[] {
|
||||
Dependency.class,
|
||||
NotificationChannels.class,
|
||||
Recents.class
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user