Files
app_Settings/aconfig/settings_flag_declarations.aconfig
Chris Antol 54f6b164fa Make Mainline Module update intent explicit
Change-Id: Iaacbebcb5328d50f0bdaa554782144315140e143
Test: Existing unit test
Test: on-device verified tapping UI element still navigates to Play's update screen (About phone > Android version > Google Play system update)
Bug: 278987474
2023-11-15 19:50:48 +00:00

16 lines
450 B
Plaintext

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