Skip to content

Commit

Permalink
Fix CDS flag name.
Browse files Browse the repository at this point in the history
  • Loading branch information
greyson-signal committed Aug 22, 2022
1 parent a2b73bf commit db69603
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -101,7 +101,7 @@ public final class FeatureFlags {
private static final String TELECOM_MODEL_BLOCKLIST = "android.calling.telecomModelBlockList";
private static final String CAMERAX_MODEL_BLOCKLIST = "android.cameraXModelBlockList";
private static final String RECIPIENT_MERGE_V2 = "android.recipientMergeV2";
private static final String CDS_V2_LOAD_TEST = "android.csdV2LoadTest";
private static final String CDS_V2_LOAD_TEST = "android.cdsV2LoadTest";

/**
* We will only store remote values for flags in this set. If you want a flag to be controllable
Expand Down

0 comments on commit db69603

Please sign in to comment.