Add a developer setting for conversation enforcement
Test: Robo tests Fixes: 152907434 Change-Id: I4e16faf817349993a98955601829d1ad22fa3921
This commit is contained in:
@@ -501,6 +501,7 @@ public class DevelopmentSettingsDashboardFragment extends RestrictedDashboardFra
|
||||
controllers.add(new ShowFirstCrashDialogPreferenceController(context));
|
||||
controllers.add(new AppsNotRespondingPreferenceController(context));
|
||||
controllers.add(new NotificationChannelWarningsPreferenceController(context));
|
||||
controllers.add(new EnforceConversationShortcutsPreferenceController(context));
|
||||
controllers.add(new AllowAppsOnExternalPreferenceController(context));
|
||||
controllers.add(new ResizableActivityPreferenceController(context));
|
||||
controllers.add(new FreeformWindowsPreferenceController(context));
|
||||
|
Reference in New Issue
Block a user