mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-13 13:39:26 +01:00
16 lines
579 B
XML
16 lines
579 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
|
||
|
<Preference
|
||
|
android:icon="@drawable/ic_open_in_browser"
|
||
|
android:persistent="false"
|
||
|
android:key="authkey_explanation"
|
||
|
android:summary="@string/pref_explanation_authkey" >
|
||
|
<intent
|
||
|
android:action="android.intent.action.VIEW"
|
||
|
android:data="https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/Pairing"
|
||
|
/>
|
||
|
</Preference>
|
||
|
|
||
|
</androidx.preference.PreferenceScreen>
|