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

Commit 48d5810c authored by Kasia Krejszeff's avatar Kasia Krejszeff
Browse files

Add new aconfig flag to enable system contacts picker

The new flag will guard the ContactsPicker application components in the manifest file as well as the new ACTION_PICK_CONTACTS intent action.

Bug: 427934258
Flag: android.content.flags.enable_system_contacts_picker
Test: TH
Change-Id: I6bc031edcb4fa47452c1f0d524eb7d605252b65d
parent dccd7cf0
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -26,3 +26,10 @@ flag {
    description: "Feature flag to stop voice assistant session"
    description: "Feature flag to stop voice assistant session"
    bug: "419049796"
    bug: "419049796"
}
}

flag {
    name: "enable_system_contacts_picker"
    namespace: "profile_experiences"
    description: "Enable the new system contacts picker application components and the new intent action ACTION_PICK_CONTACTS."
    bug: "427934258"
}