1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2025-06-28 18:26:22 +00:00
ownCloud-SMS-App/res/xml/global_preferences.xml
2014-11-30 20:07:49 +01:00

16 lines
650 B
XML

<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android"
android:key="global_settings"
android:title="Global Preferences"
android:summary="Global preferences">
<Preference
android:key="general_prefs"
android:summary="@string/summary_global_pref_to_general_prefs"
android:title="@string/title_global_pref_to_general_prefs" >
<intent android:targetPackage="fr.unix_experience.owncloud_sms"
android:targetClass="fr.unix_experience.owncloud_sms.activities.GeneralSettingsActivity"
android:action="ACTION_VIEW" />
</Preference>
</PreferenceScreen>