diff options
Diffstat (limited to 'res/xml/development_prefs.xml')
-rw-r--r-- | res/xml/development_prefs.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/res/xml/development_prefs.xml b/res/xml/development_prefs.xml index 6cb8238..47e58da 100644 --- a/res/xml/development_prefs.xml +++ b/res/xml/development_prefs.xml @@ -16,6 +16,11 @@ <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" android:title="@string/development_settings_title"> + <com.android.settings.BugreportPreference + android:key="bugreport" + android:title="@string/bugreport_title" + android:dialogTitle="@string/bugreport_title" /> + <PreferenceScreen android:key="local_backup_password" android:title="@string/local_backup_password_title" |