mirror of
https://github.com/etesync/android
synced 2024-12-28 01:18:33 +00:00
10 lines
338 B
XML
10 lines
338 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
<Preference android:title="DAVdroid Web site" >
|
|
<intent
|
|
android:action="android.intent.action.VIEW"
|
|
android:data="http://davdroid.bitfire.at" />
|
|
</Preference>
|
|
|
|
</PreferenceScreen> |