[android] remove help button from settings menu

Signed-off-by: Harry Bond <me@hbond.xyz>
This commit is contained in:
Harry Bond
2025-06-23 11:57:12 +01:00
committed by Konstantin Pastbin
parent fbddff009e
commit d44d575368
3 changed files with 0 additions and 16 deletions

View File

@@ -13,7 +13,6 @@
<string name="pref_enable_logging" translatable="false">EnableLogging</string>
<string name="pref_emulate_bad_external_storage" translatable="false">EmulateBadExternalStorage</string>
<string name="pref_about" translatable="false">AboutOrganicMaps</string>
<string name="pref_help" translatable="false">Help</string>
<string name="pref_file_name" translatable="false">OrganicMapsPrefs</string>
<string name="pref_map_style" translatable="false">MapStyle</string>
<string name="pref_tts_screen" translatable="false">TtsScreen</string>

View File

@@ -171,15 +171,4 @@
android:defaultValue="true"
android:order="2"/>
</androidx.preference.PreferenceCategory>
<androidx.preference.PreferenceCategory
android:key="@string/pref_information"
android:title="@string/prefs_group_information"
android:order="7">
<Preference
android:key="@string/pref_help"
android:title="@string/help"
app:singleLineTitle="false"
android:order="1">
</Preference>
</androidx.preference.PreferenceCategory>
</androidx.preference.PreferenceScreen>