This reverts commit 6e1b274f03
.
A system partition cannot have the aconfigs of other partitions.
Revive the system_ext container for system_ext aconfigs.
Bug: 385213580
Test: "adb shell aflags list" must not be changed.
Flag: EXEMPT refactor
Change-Id: I8f52d5f86e6ffaccd624846fbe1ba0a8fc842af6
37 lines
885 B
Plaintext
37 lines
885 B
Plaintext
package: "com.android.settings.flags"
|
|
container: "system_ext"
|
|
|
|
flag {
|
|
name: "terms_of_address_enabled"
|
|
namespace: "globalintl"
|
|
description: "Feature flag for Terms of Address"
|
|
bug: "297798866"
|
|
}
|
|
|
|
flag {
|
|
name: "locale_notification_enabled"
|
|
namespace: "globalintl"
|
|
description: "Feature flag for locale notification"
|
|
bug: "301380610"
|
|
}
|
|
|
|
flag {
|
|
name: "accessibility_appearance_settings_backup_enabled"
|
|
namespace: "globalintl"
|
|
description: "Feature flag for B&R accessibility appearance settings"
|
|
bug: "341210043"
|
|
}
|
|
|
|
flag {
|
|
name: "regional_preferences_api_enabled"
|
|
namespace: "globalintl"
|
|
description: "Feature flag for regional preferences APIs"
|
|
bug: "370379000"
|
|
}
|
|
|
|
flag {
|
|
name: "settings_expressive_design_enabled"
|
|
namespace: "globalintl"
|
|
description: "Feature flag for expressive design"
|
|
bug: "385659296"
|
|
} |