Merge "Create NotificationChannels in SystemUI per-user"

This commit is contained in:
TreeHugger Robot
2017-03-27 12:55:02 +00:00
committed by Android (Google) Code Review

View File

@ -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
};