diff options
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. --> |