| Commit message (Expand) | Author | Age | Files | Lines |
* | Make "Ask every time" actually work that way | Christopher Tate | 2015-08-13 | 1 | -1/+6 |
* | Add a command to register SIM Phone account. | Roshan Pius | 2015-07-28 | 1 | -0/+24 |
* | use findProcess instead of getProcess | John Reck | 2015-07-24 | 1 | -1/+1 |
* | Add a wm command to dismiss the keyguard. | Tim Kilbourn | 2015-07-23 | 1 | -1/+10 |
* | Merge "More info to support CTS, fix reconcile bug." into mnc-dev | Jeff Sharkey | 2015-07-22 | 1 | -2/+13 |
|\ |
|
| * | More info to support CTS, fix reconcile bug. | Jeff Sharkey | 2015-07-22 | 1 | -2/+13 |
* | | Merge "Support waiting for adb shell am stop-user to complete." into mnc-dev | Kenny Guy | 2015-07-22 | 1 | -3/+43 |
|\ \ |
|
| * | | Support waiting for adb shell am stop-user to complete. | Kenny Guy | 2015-07-21 | 1 | -3/+43 |
| |/ |
|
* | | Add 'pm' operation to set a package's app-linking state | Christopher Tate | 2015-07-20 | 1 | -0/+157 |
|/ |
|
* | Improve tracking of screen on reasons. | Dianne Hackborn | 2015-07-15 | 1 | -1/+1 |
* | Added sendBroadcastMultiplePermissions method | Fyodor Kupolov | 2015-07-14 | 1 | -1/+3 |
* | Add grant flag support to "install-create" verb. | Jeff Sharkey | 2015-07-09 | 1 | -0/+2 |
* | Merge "Add libhidcommand_jni.so to required module." into mnc-dev | Seigo Nonaka | 2015-07-08 | 1 | -0/+1 |
|\ |
|
| * | Add libhidcommand_jni.so to required module. | Seigo Nonaka | 2015-07-02 | 1 | -0/+1 |
* | | Grant installer and verifier install permissions robustly | Svetoslav | 2015-07-07 | 1 | -1/+4 |
* | | Teach receivers, activities, providers, and services app ops. | Svet Ganov | 2015-07-01 | 1 | -1/+1 |
|/ |
|
* | Fix issue #22023824: Download folder is not created in internal storage | Dianne Hackborn | 2015-06-26 | 1 | -0/+25 |
* | Allow callers holding PACKAGE_USAGE_STATS permission to call ActivityManager#... | Adam Lesinski | 2015-06-24 | 1 | -1/+1 |
* | Update surfaces secure flag on screen capture setting change | Wale Ogunwale | 2015-06-23 | 1 | -3/+28 |
* | Merge "Add new `hid` command." into mnc-dev | Michael Wright | 2015-06-23 | 10 | -0/+1104 |
|\ |
|
| * | Add new `hid` command. | Michael Wright | 2015-06-12 | 10 | -0/+1104 |
* | | Merge "Add libwilhelm to app_process." into mnc-dev | Christopher Ferris | 2015-06-19 | 1 | -2/+11 |
|\ \ |
|
| * | | Add libwilhelm to app_process. | Christopher Ferris | 2015-06-17 | 1 | -2/+11 |
* | | | Fix issue #21814207 and issue #21814212 (alarm manager) | Dianne Hackborn | 2015-06-17 | 2 | -3/+3 |
|/ / |
|
* | | ZipFileRO: Use precise widths for zip file types. | Narayan Kamath | 2015-06-17 | 3 | -8/+9 |
* | | Better systrace slices for application startup. | Narayan Kamath | 2015-06-16 | 1 | -3/+0 |
* | | Add adb shell telecom get-system-dialer | Yorke Lee | 2015-06-11 | 1 | -2/+13 |
* | | Merge "Added new options (--eial, --elal, --efal, and --esal) to pass multipl... | Felipe Leme | 2015-06-10 | 1 | -2/+56 |
|\ \ |
|
| * | | Added new options (--eial, --elal, --efal, and --esal) to pass multiple extra... | Felipe Leme | 2015-06-10 | 1 | -2/+56 |
* | | | Merge "screencap: Rotate images when display is rotated" into mnc-dev | Dan Stoza | 2015-06-10 | 1 | -1/+28 |
|\ \ \
| |/ /
|/| | |
|
| * | | screencap: Rotate images when display is rotated | Dan Stoza | 2015-06-09 | 1 | -1/+28 |
* | | | Flags to select storage volume for app installs. | Jeff Sharkey | 2015-06-09 | 1 | -0/+10 |
|/ / |
|
* | | Merge "Adding am send-trim-memory command" into mnc-dev | Stefan Kuhne | 2015-06-05 | 1 | -5/+62 |
|\ \ |
|
| * | | Adding am send-trim-memory command | Stefan Kuhne | 2015-06-05 | 1 | -5/+62 |
| |/ |
|
* | | Add phone permissions to Shell | Yorke Lee | 2015-06-03 | 1 | -2/+2 |
* | | Add adb shell command to register/unregister phone accounts | Yorke Lee | 2015-06-03 | 1 | -7/+37 |
* | | Allow default dialer changes and phone account enable/disable via ADB | Yorke Lee | 2015-06-02 | 5 | -0/+345 |
|/ |
|
* | Merge "Clean up calls to Rect.intersect()" into mnc-dev | Doris Liu | 2015-05-28 | 2 | -4/+11 |
|\ |
|
| * | Clean up calls to Rect.intersect() | Doris Liu | 2015-05-28 | 2 | -4/+11 |
* | | Update asan/app_process. | Evgenii Stepanov | 2015-05-28 | 1 | -3/+5 |
|/ |
|
* | Merge changes from topic 'bench' into mnc-dev | Jeff Sharkey | 2015-05-15 | 1 | -2/+10 |
|\ |
|
| * | Command to change force adoptable state. | Jeff Sharkey | 2015-05-15 | 1 | -2/+10 |
* | | Fix grant/revoke to act on owner by default and log invalid user id. | Svet Ganov | 2015-05-14 | 1 | -1/+1 |
* | | Merge "Modify how USB connections are handled." into mnc-dev | Nick Kralevich | 2015-05-13 | 1 | -1/+1 |
|\ \ |
|
| * | | Modify how USB connections are handled. | Nick Kralevich | 2015-05-13 | 1 | -1/+1 |
* | | | Merge "Determine if we have adoptable disks." into mnc-dev | Jeff Sharkey | 2015-05-13 | 1 | -1/+11 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Determine if we have adoptable disks. | Jeff Sharkey | 2015-05-13 | 1 | -1/+11 |
* | | Merge "New "sm" shell tool to call StorageManager." into mnc-dev | Jeff Sharkey | 2015-05-13 | 5 | -0/+390 |
|\ \
| |/ |
|
| * | New "sm" shell tool to call StorageManager. | Jeff Sharkey | 2015-05-12 | 5 | -0/+390 |
* | | Add permission meta-state flags to support grant/revoke permission policy. | Svet Ganov | 2015-05-11 | 1 | -2/+2 |