Make SMS delivery reports optional.

This commit is contained in:
Moxie Marlinspike
2014-02-26 12:38:50 -08:00
parent 37a52df4e6
commit 5a62856e46
2 changed files with 6 additions and 6 deletions

View File

@@ -180,7 +180,7 @@ public class TextSecurePreferences {
}
public static boolean isSmsDeliveryReportsEnabled(Context context) {
return getBooleanPreference(context, SMS_DELIVERY_REPORT_PREF, true);
return getBooleanPreference(context, SMS_DELIVERY_REPORT_PREF, false);
}
public static boolean hasPromptedPushRegistration(Context context) {