aboutsummaryrefslogtreecommitdiff
path: root/NotificationShowcase/res/xml/preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'NotificationShowcase/res/xml/preferences.xml')
-rw-r--r--NotificationShowcase/res/xml/preferences.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/NotificationShowcase/res/xml/preferences.xml b/NotificationShowcase/res/xml/preferences.xml
index 4d0efe2..4cc154f 100644
--- a/NotificationShowcase/res/xml/preferences.xml
+++ b/NotificationShowcase/res/xml/preferences.xml
@@ -61,6 +61,13 @@
android:entries="@array/priority_names"
android:entryValues="@array/priority_values"
android:defaultValue="0"/>
+ <CheckBoxPreference
+ android:persistent="true"
+ android:key="pref_key_sms_once"
+ android:dependency="pref_key_sms_enable"
+ android:summary="@string/pref_summary_sms_once"
+ android:title="@string/pref_title_sms_once"
+ android:defaultValue="true" />
<CheckBoxPreference
android:persistent="true"
android:dependency="pref_key_sms_enable"