mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Navigation: Add warning about supported devices
This commit is contained in:
@@ -272,6 +272,17 @@
|
||||
android:title="@string/pref_title_nagivation_apps"
|
||||
app:iconSpaceReserved="false">
|
||||
|
||||
<Preference
|
||||
android:icon="@drawable/ic_warning_gray"
|
||||
android:key="maps_warning_supported_devices"
|
||||
android:persistent="false"
|
||||
android:summary="@string/pref_summary_supported_devices"
|
||||
android:title="@string/pref_title_supported_devices">
|
||||
<intent
|
||||
android:action="android.intent.action.VIEW"
|
||||
android:data="https://gadgetbridge.org/basics/features/navigation/#supported-devices" />
|
||||
</Preference>
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
android:defaultValue="true"
|
||||
android:key="navigation_forward"
|
||||
|
||||
Reference in New Issue
Block a user