diff options
| author | 2024-01-24 07:30:10 +0800 | |
|---|---|---|
| committer | 2024-01-25 15:01:24 +0800 | |
| commit | 40cd34ecb37ff4b9affd77e85a9323cb2b3f1182 (patch) | |
| tree | 45a5511f1fe815df669f7fc50da3ce8e31548b4c | |
| parent | d8284799d5b6c2d540f0aaea4d2c237f1885e3f6 (diff) | |
Add feature flag
Add feature flag for the sandbox sdk query intent activities
of the client app.
Bug: 295842134
Test: presubmit
Change-Id: Id506d9810afbc2afe856e327392cfa9b4cbfa589
| -rw-r--r-- | core/java/android/content/pm/flags.aconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/java/android/content/pm/flags.aconfig b/core/java/android/content/pm/flags.aconfig index 903875bef1fc..fd872906f53b 100644 --- a/core/java/android/content/pm/flags.aconfig +++ b/core/java/android/content/pm/flags.aconfig @@ -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" +} |