commit | 33948042ffdf2311605f73fea915baf40f0c3462 | [log] [tgz] |
---|---|---|
author | Philip P. Moltmann <moltmann@google.com> | Mon May 08 13:16:24 2017 -0700 |
committer | Philip P. Moltmann <moltmann@google.com> | Mon May 08 13:29:08 2017 -0700 |
tree | 53b63af2f92646ffbec338ff5973b21e50da8596 | |
parent | 1c38d29482f1c733a595fcfbeeafecda775f30ad [diff] |
Check callbacks when operting on UI This makes sure that only the session that current owns the UI can make changes to the UI: The callback is the ID of the current owner. The only caller that does not ID itself (and thereby causes the Ui to close in any way) is the ACTION_CLOSE_SYSTEM_DIALOGS path. Change-Id: Ib396864411f362b59deb500251c37896ecbc7de7 Fixes: 38042845 Test: CtsAutoFillServicesTestCases