diff options
Diffstat (limited to 'android/source/res/xml/libreoffice_preferences.xml')
-rw-r--r-- | android/source/res/xml/libreoffice_preferences.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/android/source/res/xml/libreoffice_preferences.xml b/android/source/res/xml/libreoffice_preferences.xml index 17236434daa2..2b3d9dde2f57 100644 --- a/android/source/res/xml/libreoffice_preferences.xml +++ b/android/source/res/xml/libreoffice_preferences.xml @@ -34,5 +34,11 @@ android:key="ENABLE_EXPERIMENTAL" android:summary="@string/pref_experimental_editing_summary" android:defaultValue="false" /> + <CheckBoxPreference + android:title="@string/pref_developer_mode" + android:key="ENABLE_DEVELOPER" + android:dependency="ENABLE_EXPERIMENTAL" + android:summary="@string/pref_developer_mode_summary" + android:defaultValue="false" /> </PreferenceCategory> </PreferenceScreen> |