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

Commit 40cd34ec authored by TYM Tsai's avatar TYM Tsai
Browse files

Add feature flag

Add feature flag for the sandbox sdk query intent activities
of the client app.

Bug: 295842134
Test: presubmit
Change-Id: Id506d9810afbc2afe856e327392cfa9b4cbfa589
parent d8284799
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -161,3 +161,10 @@ flag {
    bug: "321258605"
    is_fixed_read_only: true
}

flag {
    name: "allow_sdk_sandbox_query_intent_activities"
    namespace: "package_manager_service"
    description: "Feature flag to allow the sandbox SDK to query intent activities of the client app."
    bug: "295842134"
}