-
Notifications
You must be signed in to change notification settings - Fork 113
Add new feature flag vpnReminderNotification #4366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
👋 Don't forget to add an individual reviewer (in addition to those auto-added), as this will create a task for them in Asana.
👉 Please mark this as DRAFT unless there's an intention to merge this immediately. |
Generated file outputs:Time updated: Fri, 16 Jan 2026 19:26:57 GMT legacy27 files identical
2 files changed
--- v4/android-config.json (and 1 other files)
+++ v4/android-config.json
@@ -104751,8 +104751,16 @@
},
"supportsSwitchSubscription": {
"state": "enabled",
"minSupportedVersion": 52591000
+ },
+ "vpnReminderNotification": {
+ "state": "enabled",
+ "targets": [
+ {
+ "localeLanguage": "en"
+ }
+ ]
}
}
},
"privacyProtectionsPopup": {
latestv5/android-config.json--- v5/android-config.json
+++ v5/android-config.json
@@ -104751,8 +104751,16 @@
},
"supportsSwitchSubscription": {
"state": "enabled",
"minSupportedVersion": 52591000
+ },
+ "vpnReminderNotification": {
+ "state": "enabled",
+ "targets": [
+ {
+ "localeLanguage": "en"
+ }
+ ]
}
}
},
"privacyProtectionsPopup": {
13 files identical
|
JSON approval analysis:Time updated: Fri, 16 Jan 2026 19:27:04 GMT legacy❌ Manual Review Required
latest❌ Manual Review Required
🎯 OVERALL APPROVAL STATUS❌ MANUAL REVIEW REQUIRED |
Asana Task/Github Issue: https://app.asana.com/1/137249556945/task/1212836962171230?focus=true
Description
Add FF for VPN activation reminder
Feature change process:
Site breakage mitigation process:
Brief explanation
Note
Introduces a new Privacy Pro feature flag
vpnReminderNotificationinoverrides/android-override.json.vpnReminderNotification(state:enabled) underprivacyPro.features, targeted tolocaleLanguage: "en"Written by Cursor Bugbot for commit 729bfc6. This will update automatically on new commits. Configure here.