summaryrefslogtreecommitdiffstats
path: root/services/core/java/com/android/server/clipboard
Commit message (Collapse)AuthorAgeFilesLines
* Making the clipboard work across users.Nicolas Prevot2014-07-241-38/+91
| | | | | | | | | | | When copying from the parent: the ClipData can be pasted in the managed profile. When copying from a managed profile: it can be pasted in the parent, unless the policies says it's disabled. In which case, the clipboard of the parent becomes empty. Supporting content uris. BUG: 15186236 Change-Id: I522564a7c07ff21df137adcda980bb52e5739964
* Resolving resources across users.Nicolas Prevot2014-05-131-6/+15
| | | | | | | | | | When an intent is sent to another profile: For content uris contained in this intent: The userId of the source user is added to the userInfo part. The ActivityManagerService has been modified to resolve resources in the user specified by the uri. The user id to which the uri belongs to is stored in the UriPermission. Change-Id: I43dc76895aba692bf148d276253aeaf9c75fce34
* am 9158825f: Move some system services to separate directoriesAmith Yamasani2013-12-191-2/+0
| | | | | * commit '9158825f9c41869689d6b1786d7c7aa8bdd524ce': Move some system services to separate directories
* Move some system services to separate directoriesAmith Yamasani2013-12-191-0/+366
Refactored the directory structure so that services can be optionally excluded. This is step 1. Will be followed by another change that makes it possible to remove services from the build. Change-Id: Ideacedfd34b5e213217ad3ff4ebb21c4a8e73f85