Add ENABLE_NEW_PRIVACY_DIALOG flag

Enables a new privacy dialog that allows the user to close the app using a sensor.

Bug: 283456173
Bug: 283740863
Test: manual
Change-Id: I70b928d53a54c2e5be32887218af173c08ac423b
This commit is contained in:
Giulio Fiscella
2023-05-18 13:57:10 +00:00
parent 91ed37b9a8
commit 81453fd24e

View File

@@ -749,6 +749,11 @@ object Flags {
val BIGPICTURE_NOTIFICATION_LAZY_LOADING =
unreleasedFlag(283447257, "bigpicture_notification_lazy_loading")
// TODO(b/283740863): Tracking Bug
@JvmField
val ENABLE_NEW_PRIVACY_DIALOG =
unreleasedFlag(283740863, "enable_new_privacy_dialog", teamfood = false)
// 2900 - CentralSurfaces-related flags
// TODO(b/285174336): Tracking Bug