Files
app_Settings/aconfig/settings_flag_declarations.aconfig
Sunny Shao 405251e52f Add flag for the Legal information page migration
Test: compile
Bug: 360061554
Flag: EXEMPT com.android.settings.flags.catalyst_legal_information
Change-Id: Ic5441b27c2663351990b355315cbdb6a11a22aee
2024-08-16 10:17:35 +08:00

59 lines
1.5 KiB
Plaintext

package: "com.android.settings.flags"
container: "system_ext"
flag {
name: "show_factory_reset_cancel_button"
namespace: "android_settings"
description: "This flag controls whether to show a Cancel button when factory reset"
bug: "300634367"
}
flag {
name: "mainline_module_explicit_intent"
namespace: "android_settings"
description: "Enabling will provide an explicit package name for Intent to update mainline modules"
bug: "278987474"
}
flag {
name: "app_archiving"
namespace: "android_settings"
description: "Feature flag to enable the archiving feature."
bug: "323164382"
}
flag {
name: "homepage_revamp"
namespace: "android_settings"
description: "Feature flag to enable new settings homepage UX."
bug: "321612737"
}
flag {
name: "dynamic_injection_category"
namespace: "android_settings"
description: "Feature flag to enable injection into PreferenceCategory."
bug: "333547416"
}
flag {
name: "slices_retirement"
namespace: "android_settings"
description: "Feature flag to remove relevant slices dependencies."
bug: "297367302"
}
flag {
name: "support_raw_dynamic_icons"
namespace: "android_settings"
description: "Flag to gate support of injected preference icons containing raw data"
bug: "351884562"
}
flag {
name: "catalyst_legal_information"
namespace: "android_settings"
description: "This flag controls the About phone > Legal information page migration"
bug: "323791114"
}