Updated on 2026-08-14

This commit is contained in:
Tangem 2018-09-02 15:16:55 +03:00
parent 3694c32695
commit edbeb5f3bd
18 changed files with 145 additions and 393 deletions

View file

@ -1,14 +1,13 @@
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<PreferenceCategory
android:title="">
<PreferenceCategory android:title="">
<SwitchPreference
android:key="debug_new_request_verify"
android:summary=""/>
android:key="debug_switch_1"
android:summary="" />
<SwitchPreference
android:key="debug_new_request_verify_show_json"
android:summary=""/>
android:key="debug_switch_2"
android:summary="" />
</PreferenceCategory>