Files
app_Settings/aconfig/settings_flag_declarations.aconfig
Edgar Wang 2db00bf02d Add trunck stable flag for homepage settings UX revamp
Bug: 321612737
Test: rebuild
Change-Id: Ieaab5e9ee9a75eb6630b0639585c89949f9db381
2024-04-10 23:32:36 +00:00

31 lines
787 B
Plaintext

package: "com.android.settings.flags"
container: "system"
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"
}