diff options
author | Adam He <adamhe@google.com> | 2021-09-20 12:14:35 -0700 |
---|---|---|
committer | Adam He <adamhe@google.com> | 2021-09-22 17:06:50 +0000 |
commit | d9e69e2b50dd0d1756774edaddecc3dc2d4b9547 (patch) | |
tree | e85e0a8a004a8ccc6f563da50e0c648d846c0081 /core/api | |
parent | 41e02db201df6ee07a16ca3ebd72534e8532cd93 (diff) |
Content Capture change to send window token on creating session.
Bug: 189477723
Test: atest CtsContentCaptureTestCases
Change-Id: I70a0be583faae1a18c61e70c72a3d2a8e9e46438
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 dd9031a8af8e..9c39c6d7ae96 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 |