diff options
author | Cassie Wang <cassiewang@google.com> | 2021-05-12 14:45:53 -0700 |
---|---|---|
committer | Cassie Wang <cassiewang@google.com> | 2021-05-14 10:32:01 -0700 |
commit | 5bb7eba12b0d40bd8fa29e20b8b4803432b921b2 (patch) | |
tree | 06dc383a3f40daec1ed6b6f4b14a30c9891c724e /core/api/system-current.txt | |
parent | f012f6f78013c65bf2cd13fc3ba10c845e8b1512 (diff) |
Define new AppSearch global query permission.
The role that holds this permission will have access to platform
surfaceable documents in AppSearch.
Bug: 187113133
Test: presubmit
Change-Id: Iec848e8df69c4590777eb1397ce33a445e155655
Diffstat (limited to 'core/api/system-current.txt')
-rw-r--r-- | core/api/system-current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/api/system-current.txt b/core/api/system-current.txt index 1a773557fc69..415dfda9e209 100644 --- a/core/api/system-current.txt +++ b/core/api/system-current.txt @@ -211,6 +211,7 @@ package android { field public static final String READ_CONTENT_RATING_SYSTEMS = "android.permission.READ_CONTENT_RATING_SYSTEMS"; field public static final String READ_DEVICE_CONFIG = "android.permission.READ_DEVICE_CONFIG"; field public static final String READ_DREAM_STATE = "android.permission.READ_DREAM_STATE"; + field public static final String READ_GLOBAL_APP_SEARCH_DATA = "android.permission.READ_GLOBAL_APP_SEARCH_DATA"; field public static final String READ_INSTALL_SESSIONS = "android.permission.READ_INSTALL_SESSIONS"; field public static final String READ_NETWORK_USAGE_HISTORY = "android.permission.READ_NETWORK_USAGE_HISTORY"; field public static final String READ_OEM_UNLOCK_STATE = "android.permission.READ_OEM_UNLOCK_STATE"; |