OSDN Git Service

Settings: Add developer setting for root access
[android-x86/packages-apps-Settings.git] / res / xml / development_settings.xml
index 7cf52fa..50cb875 100644 (file)
             android:fragment="com.android.settings.development.qstile.DevelopmentTileConfigFragment"
             settings:searchable="false" />
 
+        <ListPreference
+            android:key="root_access"
+            android:title="@string/root_access"
+            android:persistent="false" />
+
     <!-- Configure trust agent behavior -->
     <SwitchPreference
         android:key="security_setting_trust_agents_extend_unlock"