| Commit message (Expand) | Author | Age | Files | Lines |
* | Add <intent-filter> support to <provider>. | Jeff Sharkey | 2013-10-07 | 1 | -0/+12 |
* | Add hidden API for querying available 'home' activities | Christopher Tate | 2013-09-13 | 1 | -0/+7 |
* | Fix issue #10688644: Java crash in com.android.phone: | Dianne Hackborn | 2013-09-11 | 1 | -0/+6 |
* | Work on issue #10130785: Restore silence and vibrate settings... | Dianne Hackborn | 2013-09-06 | 2 | -0/+20 |
* | Add CancellationSignal support to file operations. | Jeff Sharkey | 2013-08-23 | 2 | -6/+10 |
* | Catch a few extra users of UserEnvironment. | Jeff Sharkey | 2013-08-11 | 1 | -0/+15 |
* | Single-user restrictions | Amith Yamasani | 2013-06-25 | 1 | -0/+19 |
* | Add activity token to display system. | Craig Mautner | 2013-06-22 | 1 | -2/+2 |
* | Add API to retrieve cursor notification URI. | Dianne Hackborn | 2013-05-15 | 1 | -3/+4 |
* | New ContentProvider initialization for testing. | Dianne Hackborn | 2013-02-26 | 3 | -5/+5 |
* | Add explicit userId to AppWidget binder calls | Jim Miller | 2013-02-20 | 1 | -0/+6 |
* | App ops: new operations for SMS. | Dianne Hackborn | 2013-02-05 | 1 | -0/+14 |
* | Fixing the build | Svetoslav | 2013-01-28 | 1 | -2/+1 |
* | Adding UI test automation APIs. | Svetoslav Ganov | 2013-01-22 | 2 | -3/+4 |
* | Rework ParceledListSlice to be much easier to use. | Dianne Hackborn | 2013-01-18 | 1 | -0/+6 |
* | Always give ContentResolver a valid Context. | Jeff Sharkey | 2013-01-17 | 1 | -4/+12 |
* | Merge "AppOps: fix nested op tracking, new API to get apps using permissions." | Dianne Hackborn | 2013-01-17 | 1 | -0/+6 |
|\ |
|
| * | AppOps: fix nested op tracking, new API to get apps using | Dianne Hackborn | 2013-01-16 | 1 | -0/+6 |
* | | Merge "Rename bindService to bindServiceAsUser to follow convention." | Amith Yamasani | 2013-01-16 | 1 | -1/+2 |
|\ \
| |/
|/| |
|
| * | Rename bindService to bindServiceAsUser to follow convention. | Amith Yamasani | 2013-01-16 | 1 | -1/+2 |
* | | More work on App Ops service. | Dianne Hackborn | 2013-01-16 | 2 | -25/+33 |
|/ |
|
* | New "app ops" service. | Dianne Hackborn | 2013-01-09 | 1 | -0/+7 |
* | am 58ed5d74: am 768d9e1a: Merge "Correct executable bit for source files" | Kenny Root | 2012-11-07 | 1 | -0/+0 |
|\ |
|
| * | am 768d9e1a: Merge "Correct executable bit for source files" | Kenny Root | 2012-11-07 | 1 | -0/+0 |
| |\ |
|
| | * | Correct executable bit for source files | Kenny Root | 2012-11-07 | 1 | -0/+0 |
* | | | Remove erroneous override of package-private method. | Brett Chabot | 2012-10-24 | 1 | -2/+2 |
|/ / |
|
* | | Load resources for the correct user | Amith Yamasani | 2012-09-25 | 1 | -0/+7 |
* | | Merge "Allow acquiring ContentProviders across users." into jb-mr1-dev | Jeff Sharkey | 2012-09-23 | 1 | -0/+7 |
|\ \ |
|
| * | | Allow acquiring ContentProviders across users. | Jeff Sharkey | 2012-09-21 | 1 | -0/+7 |
* | | | Multi-user support for the accessibility layer. | Svetoslav Ganov | 2012-09-21 | 1 | -3/+13 |
|/ / |
|
* | | More multi-user methods in PM | Amith Yamasani | 2012-09-08 | 1 | -0/+13 |
* | | Add registering for explicit users. | Dianne Hackborn | 2012-09-04 | 1 | -0/+7 |
* | | Initial draft of high-level multi-display APIs. | Jeff Brown | 2012-08-31 | 1 | -1/+7 |
* | | Enforce permissions for calls with specified userId | Amith Yamasani | 2012-08-30 | 1 | -0/+6 |
* | | Improve multi-user broadcasts. | Dianne Hackborn | 2012-08-30 | 1 | -1/+25 |
* | | Keep track of whether an app is installed for each user. | Dianne Hackborn | 2012-08-24 | 2 | -0/+22 |
* | | Allow verifiers to extend timeout | rich cannings | 2012-08-23 | 1 | -0/+6 |
* | | Improve multi-user app management. | Dianne Hackborn | 2012-08-21 | 1 | -1/+2 |
* | | Pass URLs to package verifiers | rich cannings | 2012-08-20 | 1 | -0/+11 |
* | | Refactor for multi-display support. | Jeff Brown | 2012-08-19 | 1 | -0/+7 |
* | | Switch public APIs to use new UserHandle class for identifying users. | Dianne Hackborn | 2012-08-17 | 1 | -2/+3 |
* | | Add API to create new contexts with custom configurations. | Dianne Hackborn | 2012-08-14 | 1 | -0/+6 |
* | | User Manager service to manage users and query user details | Amith Yamasani | 2012-08-11 | 1 | -48/+0 |
* | | Merge "Revert "Pass URLs to package verifiers"" into jb-mr1-dev | Rich Cannings | 2012-08-08 | 1 | -11/+1 |
|\ \ |
|
| * | | Revert "Pass URLs to package verifiers" | Rich Cannings | 2012-08-08 | 1 | -11/+1 |
* | | | Merge "More mult-user API work." into jb-mr1-dev | Dianne Hackborn | 2012-08-08 | 1 | -5/+12 |
|\ \ \ |
|
| * | | | More mult-user API work. | Dianne Hackborn | 2012-08-07 | 1 | -5/+12 |
* | | | | am a8583c29: am 40eee61e: docs: fix broken links and update sitemap text file | Scott Main | 2012-08-07 | 1 | -1/+1 |
|\ \ \ \
| |/ / /
|/| | /
| | |/
| |/| |
|
| * | | docs: fix broken links | Scott Main | 2012-08-06 | 1 | -1/+1 |
* | | | Merge "Add APIs for interacting across users." into jb-mr1-dev | Dianne Hackborn | 2012-08-02 | 1 | -2/+1 |
|\ \ \
| |_|/
|/| | |
|