mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 17:11:56 +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" />
|
android:title="@string/activity_prefs_discovery_pairing" />
|
||||||
</PreferenceCategory>
|
</PreferenceCategory>
|
||||||
|
|
||||||
|
<PreferenceScreen
|
||||||
|
android:key="pref_screen_intent_api"
|
||||||
|
android:title="@string/pref_header_intent_api">
|
||||||
|
|
||||||
<PreferenceCategory
|
<PreferenceCategory
|
||||||
android:key="pref_key_intent_api"
|
android:key="pref_key_intent_api"
|
||||||
android:title="@string/pref_header_intent_api">
|
android:title="@string/pref_header_intent_api">
|
||||||
@ -438,3 +442,4 @@
|
|||||||
android:summary="@string/intent_api_allow_debug_commands_summary" />
|
android:summary="@string/intent_api_allow_debug_commands_summary" />
|
||||||
</PreferenceCategory>
|
</PreferenceCategory>
|
||||||
</PreferenceScreen>
|
</PreferenceScreen>
|
||||||
|
</PreferenceScreen>
|
||||||
|
Loading…
Reference in New Issue
Block a user