mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-25 16:15:55 +01:00
Settings: Move Intent API to standalone preference screen
This commit is contained in:
parent
702651c119
commit
a746943603
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user