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" >
|
2014-05-08 19:18:45 +00:00
|
|
|
|
2014-11-08 16:32:54 +00:00
|
|
|
<PreferenceScreen android:title="@string/davdroid_website" >
|
2013-09-17 18:14:30 +00:00
|
|
|
<intent
|
2013-10-30 10:37:27 +00:00
|
|
|
android:targetPackage="at.bitfire.davdroid"
|
2013-11-22 13:27:44 +00:00
|
|
|
android:targetClass="at.bitfire.davdroid.MainActivity"
|
|
|
|
android:action="ACTION_VIEW" />
|
2014-05-08 19:18:45 +00:00
|
|
|
</PreferenceScreen>
|
2013-09-17 18:14:30 +00:00
|
|
|
|
2013-10-26 22:52:35 +00:00
|
|
|
</PreferenceScreen>
|