From 4767434d76b714b8cc49eefae945e3b7893956bd Mon Sep 17 00:00:00 2001 From: Roger Yang Date: Tue, 10 Jan 2023 21:32:21 -0500 Subject: [PATCH] [fenix] Revert "Revert "Closes 28417: Add nimbus flags for pre permission prompt"" This reverts commit f62d571ffca88646da491486dd2d7bcfc1156ae3. --- .experimenter.yaml | 8 ++++++++ nimbus.fml.yaml | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/.experimenter.yaml b/.experimenter.yaml index 2bc3eeb672..60a6fb64aa 100644 --- a/.experimenter.yaml +++ b/.experimenter.yaml @@ -74,6 +74,14 @@ nimbus-validation: settings-title: type: string description: The title of displayed in the Settings screen and app menu. +pre-permission-notification-prompt: + description: A feature that shows the pre-permission notification prompt. + hasExposure: true + exposureDescription: "" + variables: + enabled: + type: boolean + description: "if true, the pre-permission notification prompt is shown to the user." re-engagement-notification: description: A feature that shows the re-enagement notification if the user is inactive. hasExposure: true diff --git a/nimbus.fml.yaml b/nimbus.fml.yaml index 1be9d8893c..add04244d4 100644 --- a/nimbus.fml.yaml +++ b/nimbus.fml.yaml @@ -278,6 +278,14 @@ features: type: Boolean default: true + pre-permission-notification-prompt: + description: A feature that shows the pre-permission notification prompt. + variables: + enabled: + description: if true, the pre-permission notification prompt is shown to the user. + type: Boolean + default: true + types: objects: MessageData: