diff options
author | Amith Yamasani <yamasani@google.com> | 2013-05-14 15:10:19 -0700 |
---|---|---|
committer | Amith Yamasani <yamasani@google.com> | 2013-05-14 15:10:19 -0700 |
commit | ce2b6f9654f99901ef1378df15dfcf4dc020f5b2 (patch) | |
tree | b157f91c5a37a5f8c3dcb95226b8c618be694e5f /core/res | |
parent | 157155887c0684170ef0c64179ce94cdfe257972 (diff) | |
download | frameworks_base-ce2b6f9654f99901ef1378df15dfcf4dc020f5b2.zip frameworks_base-ce2b6f9654f99901ef1378df15dfcf4dc020f5b2.tar.gz frameworks_base-ce2b6f9654f99901ef1378df15dfcf4dc020f5b2.tar.bz2 |
Opt-in Settings package to see restricted accounts
This can't be done in the settings package because the API only allows one account type
to be listed. This resource gives the Settings app blanket access to restricted accounts
when running in a restricted profile.
Bug: 8968575
Change-Id: I69b42b496d9cf235982d40a142c084295edc6281
Diffstat (limited to 'core/res')
-rw-r--r-- | core/res/res/values/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 0313308..6322d30 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -1102,7 +1102,7 @@ >android/android.accounts.ChooseTypeAndAccountActivity</string> <!-- Apps that are authorized to access shared accounts, overridden by product overlays --> - <string name="config_appsAuthorizedForSharedAccounts"></string> + <string name="config_appsAuthorizedForSharedAccounts">;com.android.settings;</string> <!-- Flag indicating that the media framework should not allow changes or mute on any stream or master volumes. --> |