1
0
mirror of https://github.com/etesync/android synced 2024-11-16 04:49:06 +00:00
etesync-android/res/xml/account_prefs.xml

12 lines
416 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" >
<PreferenceScreen android:title="@string/davdroid_website" >
2013-09-17 18:14:30 +00:00
<intent
android:targetPackage="at.bitfire.davdroid"
android:targetClass="at.bitfire.davdroid.MainActivity"
android:action="ACTION_VIEW" />
</PreferenceScreen>
2013-09-17 18:14:30 +00:00
</PreferenceScreen>