1
0
mirror of https://github.com/etesync/android synced 2024-11-27 02:18:11 +00:00
etesync-android/res/xml/account_prefs.xml

22 lines
788 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_help" >
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
<PreferenceCategory android:title="@string/general_settings" />
<PreferenceScreen android:title="@string/debug_settings">
<intent
android:targetPackage="at.bitfire.davdroid"
android:targetClass="at.bitfire.davdroid.syncadapter.GeneralSettingsActivity"
android:action="ACTION_VIEW" />
</PreferenceScreen>
</PreferenceScreen>