mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 10:20:25 +01:00
Inline the announcement groups flag.
This commit is contained in:
committed by
Alex Hart
parent
3c4e3cf048
commit
8748056130
@@ -81,7 +81,6 @@ public final class FeatureFlags {
|
||||
private static final String SENDER_KEY = "android.senderKey.4";
|
||||
private static final String RETRY_RECEIPTS = "android.retryReceipts";
|
||||
private static final String SUGGEST_SMS_BLACKLIST = "android.suggestSmsBlacklist";
|
||||
private static final String ANNOUNCEMENT_GROUPS = "android.announcementGroups";
|
||||
private static final String MAX_GROUP_CALL_RING_SIZE = "global.calling.maxGroupCallRingSize";
|
||||
private static final String GROUP_CALL_RINGING = "android.calling.groupCallRinging";
|
||||
|
||||
@@ -119,7 +118,6 @@ public final class FeatureFlags {
|
||||
SENDER_KEY,
|
||||
RETRY_RECEIPTS,
|
||||
SUGGEST_SMS_BLACKLIST,
|
||||
ANNOUNCEMENT_GROUPS,
|
||||
MAX_GROUP_CALL_RING_SIZE,
|
||||
GROUP_CALL_RINGING
|
||||
);
|
||||
@@ -379,11 +377,6 @@ public final class FeatureFlags {
|
||||
return getBoolean(SENDER_KEY, false);
|
||||
}
|
||||
|
||||
/** Whether or not showing the announcement group setting in the UI is enabled . */
|
||||
public static boolean announcementGroups() {
|
||||
return getBoolean(ANNOUNCEMENT_GROUPS, false);
|
||||
}
|
||||
|
||||
/** A comma-delimited list of country codes that should not be told about SMS during onboarding. */
|
||||
public static @NonNull String suggestSmsBlacklist() {
|
||||
return getString(SUGGEST_SMS_BLACKLIST, "");
|
||||
|
||||
Reference in New Issue
Block a user