1
0
mirror of https://github.com/etesync/android synced 2025-01-11 00:01:12 +00:00
etesync-android/res/xml/account_prefs.xml
2013-09-18 20:03:36 +02:00

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>