Default apps settings disappear when switching to secondary user
When switching to a secondary user, Settings will disable all extra categories that aren't configured in SETTINGS_FOR_RESTRICTED. As the result, Default apps settings disappear. To fix this issue, AdvancedAppsActivity class of Default apps settings should be added to SETTINGS_FOR_RESTRICTED. Fixes: 65616610 Test: manual - switch to a secondary user and go to Settings > Apps & notifications. Change-Id: Ie9f3b1d215e2e43bf25b8dd2971f86bd60e94d04
This commit is contained in:
committed by
Yoshinori Hirano
parent
9b7479f8a9
commit
f1f7dcb2f5
@@ -272,6 +272,7 @@ public class SettingsGateway {
|
||||
// Home page > Apps & Notifications
|
||||
Settings.UserSettingsActivity.class.getName(),
|
||||
Settings.ConfigureNotificationSettingsActivity.class.getName(),
|
||||
Settings.AdvancedAppsActivity.class.getName(),
|
||||
Settings.ManageApplicationsActivity.class.getName(),
|
||||
Settings.PaymentSettingsActivity.class.getName(),
|
||||
// Home page > Security & screen lock
|
||||
|
Reference in New Issue
Block a user