1
0
mirror of https://github.com/etesync/android synced 2025-01-11 08:10:58 +00:00
etesync-android/res/xml/account_prefs.xml

10 lines
338 B
XML
Raw Normal View History

2013-09-17 18:14:30 +00:00
<?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>