Files
Kotatsu/app/src/main/res/xml/pref_sync_header.xml
2023-05-07 19:02:52 +03:00

13 lines
310 B
XML

<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android">
<Preference android:title="@string/sync_settings">
<intent
android:action="android.intent.action.VIEW"
android:data="kotatsu://sync-settings" />
</Preference>
</PreferenceScreen>