Merge "fix container designation, it should be system_ext" into main
This commit is contained in:
@@ -5,7 +5,7 @@ package {
|
||||
aconfig_declarations {
|
||||
name: "aconfig_settings_flags",
|
||||
package: "com.android.settings.flags",
|
||||
container: "system",
|
||||
container: "system_ext",
|
||||
srcs: [
|
||||
"*.aconfig",
|
||||
],
|
||||
|
@@ -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
|
||||
|
@@ -1,5 +1,5 @@
|
||||
package: "com.android.settings.flags"
|
||||
container: "system"
|
||||
container: "system_ext"
|
||||
|
||||
flag {
|
||||
name: "biometric_settings_provider"
|
||||
|
@@ -1,5 +1,5 @@
|
||||
package: "com.android.settings.flags"
|
||||
container: "system"
|
||||
container: "system_ext"
|
||||
|
||||
flag {
|
||||
name: "sfps_enroll_refinement"
|
||||
|
@@ -1,5 +1,5 @@
|
||||
package: "com.android.settings.flags"
|
||||
container: "system"
|
||||
container: "system_ext"
|
||||
|
||||
flag {
|
||||
name: "enable_offload_bluetooth_operations_to_background_thread"
|
||||
|
@@ -1,5 +1,5 @@
|
||||
package: "com.android.settings.flags"
|
||||
container: "system"
|
||||
container: "system_ext"
|
||||
|
||||
flag {
|
||||
name: "enable_subsequent_pair_settings_integration"
|
||||
|
@@ -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.
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
package: "com.android.settings.flags"
|
||||
container: "system"
|
||||
container: "system_ext"
|
||||
|
||||
flag {
|
||||
name: "new_apn_page_enabled"
|
||||
|
@@ -1,5 +1,5 @@
|
||||
package: "com.android.settings.flags"
|
||||
container: "system"
|
||||
container: "system_ext"
|
||||
|
||||
flag {
|
||||
name: "show_factory_reset_cancel_button"
|
||||
|
@@ -1,5 +1,5 @@
|
||||
package: "com.android.settings.flags"
|
||||
container: "system"
|
||||
container: "system_ext"
|
||||
|
||||
flag {
|
||||
name: "terms_of_address_enabled"
|
||||
|
@@ -1,5 +1,5 @@
|
||||
package: "com.android.settings.flags"
|
||||
container: "system"
|
||||
container: "system_ext"
|
||||
|
||||
flag {
|
||||
name: "dedupe_dnd_settings_channels"
|
||||
|
@@ -1,5 +1,5 @@
|
||||
package: "com.android.settings.flags"
|
||||
container: "system"
|
||||
container: "system_ext"
|
||||
|
||||
flag {
|
||||
name: "enable_sound_backup"
|
||||
|
@@ -1,5 +1,5 @@
|
||||
package: "com.android.settings.flags"
|
||||
container: "system"
|
||||
container: "system_ext"
|
||||
|
||||
flag {
|
||||
name: "enable_volume_plus_quick_settings"
|
||||
|
@@ -1,5 +1,5 @@
|
||||
package: "com.android.settings.flags"
|
||||
container: "system"
|
||||
container: "system_ext"
|
||||
|
||||
flag {
|
||||
name: "remove_key_hide_enable_2g"
|
||||
|
@@ -1,5 +1,5 @@
|
||||
package: "com.android.settings.flags"
|
||||
container: "system"
|
||||
container: "system_ext"
|
||||
|
||||
flag {
|
||||
name: "thread_settings_enabled"
|
||||
|
@@ -1,5 +1,5 @@
|
||||
package: "com.android.settings.flags"
|
||||
container: "system"
|
||||
container: "system_ext"
|
||||
|
||||
flag {
|
||||
name: "enable_voice_activation_apps_in_settings"
|
||||
|
Reference in New Issue
Block a user