Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e505caa2 authored by Chris Antol's avatar Chris Antol
Browse files

Add flag for Preference Service Consent dialog

Bug: 378552675
Flag: com.android.settingslib.flags.settings_preference_write_consent_enabled
Test: N/A
Change-Id: I1fa2ce8d80df346a997558b994a54b5d63d9dcc0
parent 5fcd6a75
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -166,3 +166,10 @@ flag {
    description: "Enable the ambient volume control in device details and hearing devices dialog."
    bug: "357878944"
}

flag {
    name: "settings_preference_write_consent_enabled"
    namespace: "android_settings"
    description: "Enable the user consent prompt before writing sensitive preferences via service"
    bug: "378552675"
}