mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 00:29:11 +01:00
Support 'allow sealed sender from anyone' in archive.
This commit is contained in:
committed by
jeffrey-signal
parent
a4dc4a8a1b
commit
5d08906afd
@@ -511,6 +511,10 @@ public class TextSecurePreferences {
|
||||
return getBooleanPreference(context, UNIVERSAL_UNIDENTIFIED_ACCESS, false);
|
||||
}
|
||||
|
||||
public static void setIsUniversalUnidentifiedAccess(Context context, boolean enabled) {
|
||||
setBooleanPreference(context, UNIVERSAL_UNIDENTIFIED_ACCESS, enabled);
|
||||
}
|
||||
|
||||
public static void setShowUnidentifiedDeliveryIndicatorsEnabled(Context context, boolean enabled) {
|
||||
setBooleanPreference(context, SHOW_UNIDENTIFIED_DELIVERY_INDICATORS, enabled);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user