AndroidAPS/app/src/main/res/xml/pref_smscommunicator.xml

20 lines
804 B
XML
Raw Normal View History

2016-07-14 23:29:21 +02:00
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<PreferenceCategory
android:key="smscommunicator"
android:title="@string/smscommunicator">
<EditTextPreference
android:title="@string/smscommunicator_allowednumbers"
android:summary="@string/smscommunicator_allowednumbers_summary"
2017-04-09 21:50:05 +02:00
android:key="@string/key_smscommunicator_allowednumbers"
2016-07-14 23:29:21 +02:00
android:defaultValue="">
</EditTextPreference>
<SwitchPreference
android:defaultValue="false"
2017-02-22 14:11:05 +01:00
android:key="@string/key_smscommunicator_remotecommandsallowed"
2016-09-16 14:08:26 +02:00
android:title="@string/smscommunicator_remotecommandsallowed" />
2016-07-14 23:29:21 +02:00
</PreferenceCategory>
</PreferenceScreen>