mirror of
https://github.com/etesync/android
synced 2024-11-15 20:38:58 +00:00
af698c584b
* use SDK level 19 * add action to all preference intents (fixes #92) * use StrictHostnameVerifier instead of HttpsURLConnection.getDefaultHostnameVerifier() (fixes #88) * use per-WebDavResource instead of static DavHttpClient to enable different settings for different accounts
12 lines
397 B
XML
12 lines
397 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
<Preference android:title="@string/davdroid_help" >
|
|
<intent
|
|
android:targetPackage="at.bitfire.davdroid"
|
|
android:targetClass="at.bitfire.davdroid.MainActivity"
|
|
android:action="ACTION_VIEW" />
|
|
</Preference>
|
|
|
|
</PreferenceScreen>
|