Add flag for B&R sound settings
Bug: 278975761 Test: adb shell device_config put onboarding_experience com.android.settings.flags.enable_sound_backup true Change-Id: Ia774b1d5f3740b4964eb3cb1501ea4779f203956
This commit is contained in:
@@ -9,6 +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"
|
||||
],
|
||||
}
|
||||
|
||||
|
@@ -0,0 +1,8 @@
|
||||
package: "com.android.settings.flags"
|
||||
|
||||
flag {
|
||||
name: "enable_sound_backup"
|
||||
namespace: "onboarding_experience"
|
||||
description: "Feature flag for B&R sound settings."
|
||||
bug: "278975761"
|
||||
}
|
Reference in New Issue
Block a user