mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
14 lines
593 B
XML
14 lines
593 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_person"
|
|
android:key="personal_info"
|
|
android:title="@string/activity_prefs_about_you">
|
|
<intent
|
|
android:targetPackage="nodomain.freeyourgadget.gadgetbridge"
|
|
android:targetClass="nodomain.freeyourgadget.gadgetbridge.activities.SettingsActivity" />
|
|
<!-- TODO: link this to proper subscreen -->
|
|
</Preference>
|
|
|
|
</androidx.preference.PreferenceScreen>
|