fix container designation, it should be system_ext
Bug: b/338095619 Change-Id: I8ee2fd5fad529da2026af77f969abbf88e636ac3
This commit is contained in:
@@ -6,7 +6,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"
|
||||
@@ -23,4 +23,4 @@ flag {
|
||||
metadata {
|
||||
purpose: PURPOSE_BUGFIX
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -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"
|
||||
|
||||
flag {
|
||||
name: "datetime_feedback"
|
||||
|
@@ -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: "protect_screen_timeout_with_auth"
|
||||
|
@@ -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,9 +1,9 @@
|
||||
package: "com.android.settings.flags"
|
||||
container: "system"
|
||||
container: "system_ext"
|
||||
|
||||
flag {
|
||||
name: "enable_perform_backup_tasks_in_settings"
|
||||
namespace: "backstage_power"
|
||||
description: "Enable the Perform Backup Tasks screen in Settings"
|
||||
bug: "320563660"
|
||||
}
|
||||
}
|
||||
|
@@ -1,5 +1,5 @@
|
||||
package: "com.android.settings.flags"
|
||||
container: "system"
|
||||
container: "system_ext"
|
||||
|
||||
flag {
|
||||
name: "protect_lock_after_timeout_with_auth"
|
||||
|
@@ -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,9 +1,9 @@
|
||||
package: "com.android.settings.flags"
|
||||
container: "system"
|
||||
container: "system_ext"
|
||||
|
||||
flag {
|
||||
name: "enable_voice_activation_apps_in_settings"
|
||||
namespace: "permissions"
|
||||
description: "Enable voice activation apps in Settings"
|
||||
bug: "303727896"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user