From ce2b6f9654f99901ef1378df15dfcf4dc020f5b2 Mon Sep 17 00:00:00 2001
From: Amith Yamasani <yamasani@google.com>
Date: Tue, 14 May 2013 15:10:19 -0700
Subject: 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
---
 core/res/res/values/config.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'core/res')

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. -->
-- 
cgit v1.1