mirror of
https://github.com/etesync/android
synced 2024-11-16 04:49:06 +00:00
a7e8221e26
* remove debug settings activity; logging can now be enabled via adb setprop, since that's the default way of enabling verbose logs in HttpClient's Android flavour and adb is required for viewing the logs anway * update i18n accordingly
12 lines
416 B
XML
12 lines
416 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
<PreferenceScreen android:title="@string/davdroid_website" >
|
|
<intent
|
|
android:targetPackage="at.bitfire.davdroid"
|
|
android:targetClass="at.bitfire.davdroid.MainActivity"
|
|
android:action="ACTION_VIEW" />
|
|
</PreferenceScreen>
|
|
|
|
</PreferenceScreen>
|