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
31 lines
649 B
Plaintext
31 lines
649 B
Plaintext
package: "com.android.settings.flags"
|
|
container: "system_ext"
|
|
|
|
flag {
|
|
name: "new_apn_page_enabled"
|
|
namespace: "settings_experience"
|
|
description: "Change to the new APN page."
|
|
bug: "298906796"
|
|
}
|
|
|
|
flag {
|
|
name: "refactor_print_settings"
|
|
namespace: "settings_experience"
|
|
description: "Refactor the PrintSettings page."
|
|
bug: "320076351"
|
|
metadata {
|
|
purpose: PURPOSE_BUGFIX
|
|
}
|
|
}
|
|
|
|
flag {
|
|
name: "satellite_oem_settings_ux_migration"
|
|
namespace: "settings_experience"
|
|
description: "Migrate satellite UX to Android Settings"
|
|
bug: "378781925"
|
|
metadata {
|
|
purpose: PURPOSE_BUGFIX
|
|
}
|
|
}
|
|
|