mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-06-05 21:49:48 +02:00
Sleep as Android: Add proprietary app warning
This commit is contained in:
@@ -192,6 +192,7 @@
|
|||||||
<string name="open_fw_installer_ensure_device_connected">Make sure that the device %s is connected</string>
|
<string name="open_fw_installer_ensure_device_connected">Make sure that the device %s is connected</string>
|
||||||
<!-- Strings related to Settings -->
|
<!-- Strings related to Settings -->
|
||||||
<string name="title_activity_settings">Settings</string>
|
<string name="title_activity_settings">Settings</string>
|
||||||
|
<string name="proprietary_app_warning">This feature requires the installation of a proprietary app</string>
|
||||||
<string name="pref_header_general">General settings</string>
|
<string name="pref_header_general">General settings</string>
|
||||||
<string name="pref_header_other">Other</string>
|
<string name="pref_header_other">Other</string>
|
||||||
<string name="pref_header_system">System</string>
|
<string name="pref_header_system">System</string>
|
||||||
|
@@ -1,6 +1,11 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||||
|
<Preference
|
||||||
|
android:icon="@drawable/ic_warning"
|
||||||
|
android:key="pref_proprietary_app_warning"
|
||||||
|
android:summary="@string/proprietary_app_warning" />
|
||||||
|
|
||||||
<PreferenceCategory
|
<PreferenceCategory
|
||||||
android:key="pref_key_sleepasandroid_general"
|
android:key="pref_key_sleepasandroid_general"
|
||||||
android:title="@string/pref_header_general"
|
android:title="@string/pref_header_general"
|
||||||
|
Reference in New Issue
Block a user