commit | 6d51571835737c7502a2e111ee9dc2527ebad984 | [log] [tgz] |
---|---|---|
author | Jeff Sharkey <jsharkey@android.com> | Thu Sep 20 16:06:08 2012 -0700 |
committer | Jeff Sharkey <jsharkey@android.com> | Fri Sep 21 19:49:43 2012 -0700 |
tree | 8298f3a36bdfbdb95a4fdd52681f82e7f396d31b | |
parent | 08681adda06f4699f85838861170fbb062c9fdfe [diff] |
Allow acquiring ContentProviders across users. Otherwise services like SystemUI will always open content://-style Uris as USER_OWNER. Surfaces through createPackageContextAsUser() which points all ContentResolver operations towards a given user. Start using in RemoteViews, so that Notifications correctly resolve image Uris to the sending user. Also add user support for "content" shell tool. Bug: 7202982 Change-Id: I8cb7fb8a812e825bb0b5833799dba87055ff8699