Inline the calls tab feature flag.

This commit is contained in:
Greyson Parrelli
2023-05-18 20:40:37 -04:00
committed by Nicholas Tinsley
parent dc2e249566
commit 938c82be3f
4 changed files with 12 additions and 33 deletions

View File

@@ -104,7 +104,6 @@ public final class FeatureFlags {
private static final String PAYPAL_RECURRING_DONATIONS = "android.recurringPayPalDonations.3";
private static final String TEXT_FORMATTING = "android.textFormatting";
private static final String ANY_ADDRESS_PORTS_KILL_SWITCH = "android.calling.fieldTrial.anyAddressPortsKillSwitch";
private static final String CALLS_TAB = "android.calls.tab.2";
private static final String AD_HOC_CALLING = "android.calling.ad.hoc";
private static final String EDIT_MESSAGE_RECEIVE = "android.editMessage.receive";
private static final String EDIT_MESSAGE_SEND = "android.editMessage.send";
@@ -166,7 +165,6 @@ public final class FeatureFlags {
PAYPAL_RECURRING_DONATIONS,
TEXT_FORMATTING,
ANY_ADDRESS_PORTS_KILL_SWITCH,
CALLS_TAB,
EDIT_MESSAGE_RECEIVE,
EDIT_MESSAGE_SEND
);
@@ -597,13 +595,6 @@ public final class FeatureFlags {
return getBoolean(EDIT_MESSAGE_SEND, false);
}
/**
* Whether or not the calls tab is enabled
*/
public static boolean callsTab() {
return getBoolean(CALLS_TAB, false);
}
/**
* Whether or not ad-hoc calling is enabled
*/