diff options
author | Adam He <adamhe@google.com> | 2021-09-22 20:13:53 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2021-09-22 20:13:53 +0000 |
commit | b9eafd3c02bc7edfd8dce8591dddfb146ecb1b76 (patch) | |
tree | a8ef5c29141f9d1f9a6cef6aca1bc0a762c2bc82 /core/api | |
parent | 8e2e8608a1342a3f1ff6852515d0d5ade9a09299 (diff) | |
parent | d9e69e2b50dd0d1756774edaddecc3dc2d4b9547 (diff) |
Merge "Content Capture change to send window token on creating session." into sc-v2-dev
Diffstat (limited to 'core/api')
-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 1872280d5850..1d406a5fdb28 100644 --- a/core/api/system-current.txt +++ b/core/api/system-current.txt @@ -14450,6 +14450,7 @@ package android.view.contentcapture { method public int getFlags(); method @Nullable public android.view.contentcapture.ContentCaptureSessionId getParentSessionId(); method public int getTaskId(); + method @Nullable public android.os.IBinder getWindowToken(); field public static final int FLAG_DISABLED_BY_APP = 1; // 0x1 field public static final int FLAG_DISABLED_BY_FLAG_SECURE = 2; // 0x2 field public static final int FLAG_RECONNECTED = 4; // 0x4 |