Rotate SMS exporter flag.

This commit is contained in:
Cody Henthorne 2022-10-07 09:46:02 -04:00 committed by Greyson Parrelli
parent 2041756513
commit 50ded5c92a

View file

@ -100,7 +100,7 @@ public final class FeatureFlags {
private static final String CAMERAX_MIXED_MODEL_BLOCKLIST = "android.cameraXMixedModelBlockList";
private static final String RECIPIENT_MERGE_V2 = "android.recipientMergeV2";
private static final String CDS_V2_LOAD_TEST = "android.cdsV2LoadTest";
private static final String SMS_EXPORTER = "android.sms.exporter";
private static final String SMS_EXPORTER = "android.sms.exporter.2";
private static final String CDS_V2_COMPAT = "android.cdsV2Compat.4";
public static final String STORIES_LOCALE = "android.stories.locale";
private static final String HIDE_CONTACTS = "android.hide.contacts";