diff options
author | Koushik Dutta <koushd@gmail.com> | 2013-02-28 14:49:24 -0800 |
---|---|---|
committer | Koushik Dutta <koushd@gmail.com> | 2013-03-04 15:49:50 -0800 |
commit | 8f4ccf56ce8c277849db6668fc3e4a7833c0bdab (patch) | |
tree | 8fd315f9421cba7a4e4e17b3e474473280405b2b /res | |
parent | 4d899a677aa5c59ce7defb88c97b76680b92def6 (diff) | |
download | packages_apps_settings-8f4ccf56ce8c277849db6668fc3e4a7833c0bdab.zip packages_apps_settings-8f4ccf56ce8c277849db6668fc3e4a7833c0bdab.tar.gz packages_apps_settings-8f4ccf56ce8c277849db6668fc3e4a7833c0bdab.tar.bz2 |
Switch to new Superuser
Change-Id: I9d91392ad6fbc9953d19059ab59b91d214c00e0c
Diffstat (limited to 'res')
-rw-r--r-- | res/xml/settings_headers.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/res/xml/settings_headers.xml b/res/xml/settings_headers.xml index 156d63f..3b3e0c1 100644 --- a/res/xml/settings_headers.xml +++ b/res/xml/settings_headers.xml @@ -213,6 +213,13 @@ <header android:id="@+id/system_section" android:title="@string/header_category_system" /> + <!-- Superuser --> + <header + android:id="@+id/superuser" + android:fragment="com.android.settings.cyanogenmod.superuser.PolicyNativeFragment" + android:icon="@drawable/ic_action_permission" + android:title="@string/superuser" /> + <!-- Date & Time --> <header android:id="@+id/date_time_settings" |