@@ -19,7 +19,7 @@ import javax.inject.Qualifier
19
19
@Qualifier annotation class EnableDownloadsSupport
20
20
21
21
/* * Name of the feature flag that controls whether to enable downloads support. */
22
- const val DOWNLOADS_SUPPORT = " downloads_support "
22
+ const val DOWNLOADS_SUPPORT = " android_enable_downloads_support "
23
23
24
24
/* * Default value for feature flag corresponding to [EnableDownloadsSupport]. */
25
25
const val ENABLE_DOWNLOADS_SUPPORT_DEFAULT_VALUE = false
@@ -38,7 +38,7 @@ const val ENABLE_LANGUAGE_SELECTION_UI_DEFAULT_VALUE = true
38
38
annotation class EnableExtraTopicTabsUi
39
39
40
40
/* * Name of the feature flag that controls whether to enable the extra topics tab UI. */
41
- const val EXTRA_TOPIC_TABS_UI = " extra_topic_tabs_ui "
41
+ const val EXTRA_TOPIC_TABS_UI = " android_enable_extra_topic_tabs_ui "
42
42
43
43
/* * Default value for the feature flag corresponding to [EnableExtraTopicTabsUi]. */
44
44
const val ENABLE_EXTRA_TOPIC_TABS_UI_DEFAULT_VALUE = false
@@ -54,7 +54,7 @@ annotation class EnableLearnerStudyAnalytics
54
54
* Name of the feature flag that controls the visibility of [ProfileAndDeviceIdActivity]
55
55
* and working of learner study related analytics logging.
56
56
*/
57
- const val LEARNER_STUDY_ANALYTICS = " learner_study_analytics "
57
+ const val LEARNER_STUDY_ANALYTICS = " android_enable_learner_study_analytics "
58
58
59
59
/* *
60
60
* Default value of the feature flag that controls the visibility of [ProfileAndDeviceIdActivity]
@@ -72,7 +72,7 @@ const val LEARNER_STUDY_ANALYTICS_DEFAULT_VALUE = false
72
72
@Qualifier annotation class EnableFastLanguageSwitchingInLesson
73
73
74
74
/* * The feature flag name corresponding to [EnableFastLanguageSwitchingInLesson]. */
75
- const val FAST_LANGUAGE_SWITCHING_IN_LESSON = " fast_language_switching_in_lesson "
75
+ const val FAST_LANGUAGE_SWITCHING_IN_LESSON = " android_enable_fast_language_switching_in_lesson "
76
76
77
77
/* *
78
78
* The default enabled state for the feature corresponding to [EnableFastLanguageSwitchingInLesson].
@@ -88,7 +88,7 @@ const val FAST_LANGUAGE_SWITCHING_IN_LESSON_DEFAULT_VALUE = false
88
88
@Qualifier annotation class EnableLoggingLearnerStudyIds
89
89
90
90
/* * The feature flag name corresponding to [EnableLoggingLearnerStudyIds]. */
91
- const val LOGGING_LEARNER_STUDY_IDS = " logging_learner_study_ids "
91
+ const val LOGGING_LEARNER_STUDY_IDS = " android_enable_logging_learner_study_ids "
92
92
93
93
/* * The default enabled state for the feature corresponding to [EnableLoggingLearnerStudyIds]. */
94
94
const val LOGGING_LEARNER_STUDY_IDS_DEFAULT_VALUE = false
@@ -98,7 +98,7 @@ const val LOGGING_LEARNER_STUDY_IDS_DEFAULT_VALUE = false
98
98
annotation class EnableEditAccountsOptionsUi
99
99
100
100
/* * Name of the feature flag that controls whether to enable the edit account options UI. */
101
- const val EDIT_ACCOUNTS_OPTIONS_UI = " edit_accounts_options_ui "
101
+ const val EDIT_ACCOUNTS_OPTIONS_UI = " android_enable_edit_accounts_options_ui "
102
102
103
103
/* * Default value for the feature flag corresponding to [EnableEditAccountsOptionsUi]. */
104
104
const val ENABLE_EDIT_ACCOUNTS_OPTIONS_UI_DEFAULT_VALUE = false
@@ -108,7 +108,7 @@ const val ENABLE_EDIT_ACCOUNTS_OPTIONS_UI_DEFAULT_VALUE = false
108
108
annotation class EnablePerformanceMetricsCollection
109
109
110
110
/* * Name of the feature flag that controls whether to record performance metrics. */
111
- const val ENABLE_PERFORMANCE_METRICS_COLLECTION = " enable_performance_metrics_collection "
111
+ const val ENABLE_PERFORMANCE_METRICS_COLLECTION = " android_enable_performance_metrics_collection "
112
112
113
113
/* * Default value for whether to record performance metrics. */
114
114
const val ENABLE_PERFORMANCE_METRICS_COLLECTION_DEFAULT_VALUE = false
@@ -118,7 +118,7 @@ const val ENABLE_PERFORMANCE_METRICS_COLLECTION_DEFAULT_VALUE = false
118
118
annotation class EnableSpotlightUi
119
119
120
120
/* * Name of the feature flag that controls whether to enable the spotlight UI. */
121
- const val SPOTLIGHT_UI = " spotlight_ui "
121
+ const val SPOTLIGHT_UI = " android_enable_spotlight_ui "
122
122
123
123
/* * Default value for the feature flag corresponding to [EnableSpotlightUi]. */
124
124
const val ENABLE_SPOTLIGHT_UI_DEFAULT_VALUE = false
@@ -134,7 +134,8 @@ annotation class EnableInteractionConfigChangeStateRetention
134
134
* Name of the feature flag that controls whether input interaction state is correctly retained
135
135
* across configuration changes.
136
136
*/
137
- const val INTERACTION_CONFIG_CHANGE_STATE_RETENTION = " interaction_config_change_state_retention"
137
+ const val INTERACTION_CONFIG_CHANGE_STATE_RETENTION =
138
+ " android_enable_interaction_config_change_state_retention"
138
139
139
140
/* *
140
141
* Default value for feature flag corresponding to [EnableInteractionConfigChangeStateRetention].
@@ -149,7 +150,7 @@ const val ENABLE_INTERACTION_CONFIG_CHANGE_STATE_RETENTION_DEFAULT_VALUE = false
149
150
annotation class EnableAppAndOsDeprecation
150
151
151
152
/* * Name of the feature flag that controls whether to enable app and os deprecation. */
152
- const val APP_AND_OS_DEPRECATION = " app_and_os_deprecation "
153
+ const val APP_AND_OS_DEPRECATION = " android_enable_app_and_os_deprecation "
153
154
154
155
/* *
155
156
* Default value for the feature flag corresponding to [EnableAppAndOsDeprecation].
0 commit comments