summaryrefslogtreecommitdiff
path: root/core/java/android/view/inputmethod/InputContentInfo.java
Commit message (Expand)AuthorAgeFilesLines
* Release drag-and-drop URI permissions on gc if not tied to an activityNikita Dubrovsky2021-05-031-1/+6
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Add a new Binder interface to allow IMS to directly talk to IMMSYohei Yukawa2018-09-061-1/+9
* Support content URIs w/ userId in IC#commitContentYohei Yukawa2016-11-111-12/+9
* Fix up content URI for different usersYohei Yukawa2016-11-111-1/+34
* Automatically grant URI permission as needed.Yohei Yukawa2016-06-301-2/+0
* Revert "Remove InputContentInfo#requestPermission()"Yohei Yukawa2016-06-301-0/+16
* Remove InputContentInfo#requestPermission()Yohei Yukawa2016-06-301-16/+0
* Add InputMethodService#exposeContent()Yohei Yukawa2016-06-221-4/+62
* Add InputConnection#insertContent().Yohei Yukawa2016-06-101-0/+194