diff options
Diffstat (limited to 'res/xml/development_prefs.xml')
-rw-r--r-- | res/xml/development_prefs.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/res/xml/development_prefs.xml b/res/xml/development_prefs.xml index a73e7d1..b65c2e5 100644 --- a/res/xml/development_prefs.xml +++ b/res/xml/development_prefs.xml @@ -39,6 +39,17 @@ android:entries="@array/hdcp_checking_titles" android:entryValues="@array/hdcp_checking_values" /> + <PreferenceScreen + android:key="local_backup_password" + android:title="@string/local_backup_password_title" + android:summary="@string/local_backup_password_summary_none" + android:persistent="false" > + <intent + android:action="android.settings.privacy.SET_FULL_BACKUP_PASSWORD" + android:targetPackage="com.android.settings" + android:targetClass="com.android.settings.SetFullBackupPassword" /> + </PreferenceScreen> + <PreferenceCategory android:key="debug_ui_category" android:title="@string/debug_ui_category"> @@ -53,6 +64,11 @@ android:summary="@string/pointer_location_summary"/> <CheckBoxPreference + android:key="show_touches" + android:title="@string/show_touches" + android:summary="@string/show_touches_summary"/> + + <CheckBoxPreference android:key="show_screen_updates" android:title="@string/show_screen_updates" android:summary="@string/show_screen_updates_summary"/> @@ -93,6 +109,11 @@ android:entries="@array/app_process_limit_entries" android:entryValues="@array/app_process_limit_values" /> + <CheckBoxPreference + android:key="show_all_anrs" + android:title="@string/show_all_anrs" + android:summary="@string/show_all_anrs_summary"/> + </PreferenceCategory> </PreferenceScreen> |