Add feature flags for Factory Reset Wizard.
Bug: 301283840 Test: Manual Change-Id: I1e0d71003fe8a5fe93de6ee5a8c725b5abafb048
This commit is contained in:
@@ -115,6 +115,7 @@ android_library {
|
||||
"androidx.room_room-runtime",
|
||||
"SystemUIUnfoldLib",
|
||||
"aconfig_settings_flags_lib",
|
||||
"factory_reset_flags_lib",
|
||||
"android.content.pm.flags-aconfig-java",
|
||||
"FingerprintManagerInteractor",
|
||||
],
|
||||
|
@@ -9,7 +9,7 @@ aconfig_declarations {
|
||||
"settings_connecteddevice_flag_declarations.aconfig",
|
||||
"settings_globalintl_flag_declarations.aconfig",
|
||||
"settings_apn_flag_declarations.aconfig",
|
||||
"settings_onboarding_experience_flag_declarations.aconfig"
|
||||
"settings_onboarding_experience_flag_declarations.aconfig",
|
||||
],
|
||||
}
|
||||
|
||||
@@ -18,3 +18,13 @@ java_aconfig_library {
|
||||
aconfig_declarations: "aconfig_settings_flags",
|
||||
}
|
||||
|
||||
aconfig_declarations {
|
||||
name: "factory_reset_flags",
|
||||
package: "com.android.settings.factory_reset",
|
||||
srcs: ["factory_reset/*.aconfig"],
|
||||
}
|
||||
|
||||
java_aconfig_library {
|
||||
name: "factory_reset_flags_lib",
|
||||
aconfig_declarations: "factory_reset_flags",
|
||||
}
|
@@ -0,0 +1,8 @@
|
||||
package: "com.android.settings.factory_reset"
|
||||
|
||||
flag {
|
||||
name: "enable_factory_reset_wizard"
|
||||
namespace: "wallet_integration"
|
||||
description: "Gates whether to enable factory reset wizard."
|
||||
bug: "301283840"
|
||||
}
|
Reference in New Issue
Block a user