From ce2b6f9654f99901ef1378df15dfcf4dc020f5b2 Mon Sep 17 00:00:00 2001 From: Amith Yamasani 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(-) 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 - + ;com.android.settings; -- cgit v1.1