1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-07 22:22:00 +02:00

Settings: Move Intent API to standalone preference screen

This commit is contained in:
José Rebelo 2023-07-23 19:48:59 +01:00
parent 702651c119
commit a746943603

View File

@ -408,6 +408,10 @@
android:title="@string/activity_prefs_discovery_pairing" />
</PreferenceCategory>
<PreferenceScreen
android:key="pref_screen_intent_api"
android:title="@string/pref_header_intent_api">
<PreferenceCategory
android:key="pref_key_intent_api"
android:title="@string/pref_header_intent_api">
@ -438,3 +442,4 @@
android:summary="@string/intent_api_allow_debug_commands_summary" />
</PreferenceCategory>
</PreferenceScreen>
</PreferenceScreen>