From: Adrian DC Date: Fri, 5 Aug 2016 07:11:44 +0000 (+0200) Subject: Settings: Root appops access in developer settings X-Git-Url: http://git.osdn.net/view?p=android-x86%2Fpackages-apps-Settings.git;a=commitdiff_plain;h=830a8464a067c022227344c95738bfe9e53fc526 Settings: Root appops access in developer settings * Allow users to directly access the root app settings, as the feature is mostly unknown and often a reason for users to try using alternatives to CM root * Use the appops extra intent to link the su tab, introduced in I79d963ecbadc624dc45a398387a348691318b6be Change-Id: Ia5bc9d56fb11700b19d73336fad13c0a936091ff Signed-off-by: Adrian DC --- diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml index d05ce406a8..7f7b290b92 100644 --- a/res/values/cm_strings.xml +++ b/res/values/cm_strings.xml @@ -41,6 +41,10 @@ ADB only Apps and ADB + + Manage root accesses + View and control the root rules + NFC diff --git a/res/xml/development_prefs.xml b/res/xml/development_prefs.xml index a332ee5f2d..c95cfb8cf9 100644 --- a/res/xml/development_prefs.xml +++ b/res/xml/development_prefs.xml @@ -84,6 +84,11 @@ android:title="@string/root_access" android:persistent="false" /> + +