AndroidAPS/app/src/main/res/xml/pref_smscommunicator.xml
2017-04-09 21:50:05 +02:00

20 lines
804 B
XML

<?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"
android:key="@string/key_smscommunicator_allowednumbers"
android:defaultValue="">
</EditTextPreference>
<SwitchPreference
android:defaultValue="false"
android:key="@string/key_smscommunicator_remotecommandsallowed"
android:title="@string/smscommunicator_remotecommandsallowed" />
</PreferenceCategory>
</PreferenceScreen>