1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-18 01:53:49 -05:00

[PM-22458] Add user managed privileged apps FF for Android (#5935)

This commit is contained in:
Patrick Honkonen 2025-06-17 10:48:11 -04:00 committed by GitHub
parent 17507446a4
commit 0a5dc04d9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -182,6 +182,7 @@ public static class FeatureFlagKeys
public const string EnablePMFlightRecorder = "enable-pm-flight-recorder"; public const string EnablePMFlightRecorder = "enable-pm-flight-recorder";
public const string MobileErrorReporting = "mobile-error-reporting"; public const string MobileErrorReporting = "mobile-error-reporting";
public const string AndroidChromeAutofill = "android-chrome-autofill"; public const string AndroidChromeAutofill = "android-chrome-autofill";
public const string UserManagedPrivilegedApps = "pm-18970-user-managed-privileged-apps";
public const string EnablePMPreloginSettings = "enable-pm-prelogin-settings"; public const string EnablePMPreloginSettings = "enable-pm-prelogin-settings";
public const string AppIntents = "app-intents"; public const string AppIntents = "app-intents";