Merge "fix container designation, it should be system_ext" into main

This commit is contained in:
Kangping Dong
2024-05-06 08:55:06 +00:00
committed by Gerrit Code Review
16 changed files with 17 additions and 17 deletions

View File

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

View File

@@ -1,5 +1,5 @@
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
# the best practice for setting's feature flag go/settings-trunk-stable

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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