Skip to content

Commit

Permalink
Make notifications off by default (force user to view message)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkourlas committed May 24, 2015
1 parent 1b5cc07 commit ec8895c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voipms-sms/src/main/res/xml/preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<PreferenceCategory android:title="@string/preferences_category_sms_notifications">
<SwitchPreference
android:defaultValue="true"
android:defaultValue="false"
android:key="sms_notification"
android:summary="@string/preferences_sms_notification_summary"
android:title="@string/preferences_sms_notification" />
Expand Down

0 comments on commit ec8895c

Please sign in to comment.