Files
app_Settings/aconfig/settings_experience_flag_declarations.aconfig
Chaohui Wang 3362e5d14a Refactor PrintSettings (1/n)
Add PrintRepository for display Print services.

Bug: 320076351
Flag: com.android.settings.flags.refactor_print_settings
Test: manual
Test: unit test
Change-Id: I1ea52508d504161675eeffeb3ec077caa641cb2c
2024-06-05 13:14:08 +00:00

20 lines
419 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
}
}