fix container designation, it should be system_ext

Cherry pick of internal aflag fix ag/27165141

Bug: b/338095619
Merged-In: I8ee2fd5fad529da2026af77f969abbf88e636ac3
Change-Id: Icea56b89944afd85b7760265ea8bfe35e3300f13
This commit is contained in:
Dennis Shen
2024-04-30 22:06:28 +00:00
committed by Kangping Dong
parent 14d4df602b
commit d9ec7f2b34
16 changed files with 17 additions and 17 deletions

View File

@@ -5,7 +5,7 @@ package {
aconfig_declarations { aconfig_declarations {
name: "aconfig_settings_flags", name: "aconfig_settings_flags",
package: "com.android.settings.flags", package: "com.android.settings.flags",
container: "system", container: "system_ext",
srcs: [ srcs: [
"*.aconfig", "*.aconfig",
], ],

View File

@@ -1,5 +1,5 @@
package: "com.android.settings.flags" package: "com.android.settings.flags"
container: "system" container: "system_ext"
# NOTE: Don't add new accessibility flags here, since the package name doesn't follow # NOTE: Don't add new accessibility flags here, since the package name doesn't follow
# the best practice for setting's feature flag go/settings-trunk-stable # the best practice for setting's feature flag go/settings-trunk-stable

View File

@@ -1,5 +1,5 @@
package: "com.android.settings.flags" package: "com.android.settings.flags"
container: "system" container: "system_ext"
flag { flag {
name: "biometric_settings_provider" name: "biometric_settings_provider"

View File

@@ -1,5 +1,5 @@
package: "com.android.settings.flags" package: "com.android.settings.flags"
container: "system" container: "system_ext"
flag { flag {
name: "sfps_enroll_refinement" name: "sfps_enroll_refinement"

View File

@@ -1,5 +1,5 @@
package: "com.android.settings.flags" package: "com.android.settings.flags"
container: "system" container: "system_ext"
flag { flag {
name: "enable_offload_bluetooth_operations_to_background_thread" name: "enable_offload_bluetooth_operations_to_background_thread"

View File

@@ -1,5 +1,5 @@
package: "com.android.settings.flags" package: "com.android.settings.flags"
container: "system" container: "system_ext"
flag { flag {
name: "enable_subsequent_pair_settings_integration" name: "enable_subsequent_pair_settings_integration"

View File

@@ -1,5 +1,5 @@
package: "com.android.settings.flags" package: "com.android.settings.flags"
container: "system" container: "system_ext"
# NOTE: Keep alphabetized to help limit merge conflicts from multiple simultaneous editors. # NOTE: Keep alphabetized to help limit merge conflicts from multiple simultaneous editors.

View File

@@ -1,5 +1,5 @@
package: "com.android.settings.flags" package: "com.android.settings.flags"
container: "system" container: "system_ext"
flag { flag {
name: "new_apn_page_enabled" name: "new_apn_page_enabled"

View File

@@ -1,5 +1,5 @@
package: "com.android.settings.flags" package: "com.android.settings.flags"
container: "system" container: "system_ext"
flag { flag {
name: "show_factory_reset_cancel_button" name: "show_factory_reset_cancel_button"

View File

@@ -1,5 +1,5 @@
package: "com.android.settings.flags" package: "com.android.settings.flags"
container: "system" container: "system_ext"
flag { flag {
name: "terms_of_address_enabled" name: "terms_of_address_enabled"

View File

@@ -1,5 +1,5 @@
package: "com.android.settings.flags" package: "com.android.settings.flags"
container: "system" container: "system_ext"
flag { flag {
name: "dedupe_dnd_settings_channels" name: "dedupe_dnd_settings_channels"

View File

@@ -1,5 +1,5 @@
package: "com.android.settings.flags" package: "com.android.settings.flags"
container: "system" container: "system_ext"
flag { flag {
name: "enable_sound_backup" name: "enable_sound_backup"

View File

@@ -1,5 +1,5 @@
package: "com.android.settings.flags" package: "com.android.settings.flags"
container: "system" container: "system_ext"
flag { flag {
name: "enable_volume_plus_quick_settings" name: "enable_volume_plus_quick_settings"

View File

@@ -1,5 +1,5 @@
package: "com.android.settings.flags" package: "com.android.settings.flags"
container: "system" container: "system_ext"
flag { flag {
name: "remove_key_hide_enable_2g" name: "remove_key_hide_enable_2g"

View File

@@ -1,5 +1,5 @@
package: "com.android.settings.flags" package: "com.android.settings.flags"
container: "system" container: "system_ext"
flag { flag {
name: "thread_settings_enabled" name: "thread_settings_enabled"

View File

@@ -1,9 +1,9 @@
package: "com.android.settings.flags" package: "com.android.settings.flags"
container: "system" container: "system_ext"
flag { flag {
name: "enable_voice_activation_apps_in_settings" name: "enable_voice_activation_apps_in_settings"
namespace: "permissions" namespace: "permissions"
description: "Enable voice activation apps in Settings" description: "Enable voice activation apps in Settings"
bug: "303727896" bug: "303727896"
} }