diff --git a/mobile/res/values/strings.xml b/mobile/res/values/strings.xml index a70de469..942c186d 100644 --- a/mobile/res/values/strings.xml +++ b/mobile/res/values/strings.xml @@ -91,7 +91,6 @@ UI Misc - Developer options Tweaks IITC Plugins Available plugins @@ -111,6 +110,7 @@ Press back button twice to exit Avoids accidental exits Advanced settings + Developer options and advanced tweaks Enable developer mode If enabled, all IITC sources will be loaded from external storage of the Android device. Please copy all sources from $IITC_folder/build/mobile/ to /sdcard/IITC_Mobile/dev/. diff --git a/mobile/res/xml/preferences.xml b/mobile/res/xml/preferences.xml index 7e6d0a8d..aabe316c 100644 --- a/mobile/res/xml/preferences.xml +++ b/mobile/res/xml/preferences.xml @@ -1,16 +1,5 @@ - - - - - @@ -41,8 +30,8 @@ android:title="@string/pref_force_desktop"/> + android:key="pref_tweaks_cat" + android:title="@string/pref_tweaks_cat"> + android:key="pref_mics" + android:title="@string/pref_misc_cat"> + android:title="@string/pref_advanced_options" + android:summary="@string/pref_advanced_options_sum"> + + + \ No newline at end of file