mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-28 12:56:49 +01:00
[Huawei] remove unneeded file
This commit is contained in:
parent
fd5cab2b4c
commit
0e152ea3e2
@ -1,51 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
|
||||||
|
|
||||||
<PreferenceScreen
|
|
||||||
android:icon="@drawable/ic_settings"
|
|
||||||
android:key="pref_force_options"
|
|
||||||
android:title="@string/pref_force_options"
|
|
||||||
android:summary="@string/pref_force_options_summary">
|
|
||||||
|
|
||||||
<SwitchPreferenceCompat
|
|
||||||
android:icon="@drawable/ic_access_time"
|
|
||||||
android:defaultValue="false"
|
|
||||||
android:key="pref_force_enable_smart_alarm"
|
|
||||||
android:layout="@layout/preference_checkbox"
|
|
||||||
android:title="@string/pref_force_smart_alarm"
|
|
||||||
android:summary="@string/pref_force_smart_alarm_summary"/>
|
|
||||||
|
|
||||||
<SwitchPreferenceCompat
|
|
||||||
android:icon="@drawable/ic_switch_left"
|
|
||||||
android:defaultValue="false"
|
|
||||||
android:key="pref_force_enable_wear_location"
|
|
||||||
android:layout="@layout/preference_checkbox"
|
|
||||||
android:title="@string/pref_force_wear_location"
|
|
||||||
android:summary="@string/pref_force_wear_location_summary" />
|
|
||||||
|
|
||||||
<SwitchPreferenceCompat
|
|
||||||
android:icon="@drawable/ic_block"
|
|
||||||
android:defaultValue="false"
|
|
||||||
android:key="pref_force_dnd_support"
|
|
||||||
android:layout="@layout/preference_checkbox"
|
|
||||||
android:title="@string/pref_force_dnd_support"
|
|
||||||
android:summary="@string/pref_force_dnd_support_summary" />
|
|
||||||
|
|
||||||
<SwitchPreferenceCompat
|
|
||||||
android:icon="@drawable/ic_activity_sleep"
|
|
||||||
android:defaultValue="false"
|
|
||||||
android:key="pref_force_ignore_wakeup_status_start"
|
|
||||||
android:layout="@layout/preference_checkbox"
|
|
||||||
android:title="@string/huawei_ignore_wakeup_status_start"
|
|
||||||
android:summary="@string/huawei_ignore_wakeup_status_start_description"/>
|
|
||||||
|
|
||||||
<SwitchPreferenceCompat
|
|
||||||
android:icon="@drawable/ic_activity_sleep"
|
|
||||||
android:defaultValue="false"
|
|
||||||
android:key="pref_force_ignore_wakeup_status_end"
|
|
||||||
android:layout="@layout/preference_checkbox"
|
|
||||||
android:title="@string/huawei_ignore_wakeup_status_end"
|
|
||||||
android:summary="@string/huawei_ignore_wakeup_status_end_description"/>
|
|
||||||
</PreferenceScreen>
|
|
||||||
|
|
||||||
</androidx.preference.PreferenceScreen>
|
|
Loading…
Reference in New Issue
Block a user