- 26 Feb, 2016 2 commits
-
-
Shreyas Basarge authored
am: 58048c1f * commit '58048c1f': NPE fix for SyncStorageEngine read authority
-
Matthew Williams authored
BUG:26094635 If the caller to ContentResolver#getCurrentSyncs does not hold the GET_ACCOUNTS permission, return a SyncInfo object that does not contain any Account information. Change-Id: I5628ebe1f56c8e3f784aaf1b3281e6b829d19314 (cherry picked from commit b63057e6)
-
- 18 Dec, 2015 1 commit
-
-
The Android Automerger authored
-
- 17 Dec, 2015 1 commit
-
-
The Android Automerger authored
-
- 11 Dec, 2015 2 commits
-
-
Michael Wright authored
Bug: 25229538 Change-Id: If4f276d3f7c04fd89011068d90a3c3c60593bc05
-
Winson authored
Bug: 25476219 Change-Id: I5bb9cca74790521de71c0037b4f2421c3d21b3f6
-
- 01 Dec, 2015 2 commits
-
-
Matthew Williams authored
BUG: 23591205 Change-Id: Ic6404c0befe70c34b078e0eae6a627826173d82c (cherry picked from commit 9ad2c840)
-
Tao Bao authored
Bug: 23629892 Change-Id: I7b722f1b3f43a31dc82c55127c46df6123f14b5d
-
- 27 Oct, 2015 4 commits
-
-
Dan Sandler authored
Ensure that the user has had a chance to see it for a few seconds after screen recording has ended. (cherry picked from commit 8fd25bf7) Bug: 19121797 Change-Id: I7a5c12b371b735c756ca5a3e8716c385fb3fbfe9
-
Adrian Roos authored
Bug: 23909438 Change-Id: I0bb277c8385b7936fbda03cd76f02248c4fc55de
-
Tao Bao authored
Bug: 23629892 Change-Id: I7b722f1b3f43a31dc82c55127c46df6123f14b5d
- 22 Oct, 2015 1 commit
-
- 28 Sep, 2015 4 commits
-
-
Zach Jang authored
Security patch level in Settings b/23946860 Change-Id: I610d4dedf18fe1825d7df5febf29e6f0c006490d
-
Tao Bao authored
Bug: 23629892 Change-Id: I7b722f1b3f43a31dc82c55127c46df6123f14b5d
-
Paul Jensen authored
Requests without NET_CAPABILITIES_INTERNET and just the default network capabilities should not be marked restricted. Without this fix apps can hit permissions exceptions if they inadvertently make requests without NET_CAPABILITIES_INTERNET. Bug:23164917 Change-Id: I4c7136821315bcb05dfc42ffbc505a5d4f6109e6 (cherry picked from commit aae613d9)
-
Paul Jensen authored
With this change: 1. NOT_RESTRICTED should be removed from NetworkRequests that bring up special restricted carrier networks (e.g. IMS, FOTA). 2. NetworkRequests without NOT_RESTRICTED require CONNECTIVITY_INTERNAL permission to register 3. Binding sockets to networks without NOT_RESTRICTED requires CONNECTIVITY_INTERNAL permission Bug:21637535 Change-Id: I5991d39facaa6b690e969fe15dcbeec52e918321 (cherry picked from commit 487ffe7d)
-
- 16 Sep, 2015 1 commit
-
- 01 Sep, 2015 3 commits
-
-
Tao Bao authored
Bug: 23629892 Change-Id: I7b722f1b3f43a31dc82c55127c46df6123f14b5d
-
Michael Wright authored
If the given app name is too long for the permissions dialog, then it can push the warning that the application will be able to record the screen below the fold, letting the app basically set its own dialog message in a way that a user would be difficult to detect as fraudulant. Bug: 23345192 Change-Id: If5881ca75d5c155ef5174351d245dbc3abdaa584
-
Sebastien Hertz authored
When starting the runtime from app_process, we only pass JDWP options if starting zygote. It prevents from opening a JDWP connection in non-zygote programs while Android apps (forked from zygote) remain debuggable. Bug: 23050463 (cherry picked from commit 7a09b832) Change-Id: Ib5b6d3bc4d45389993c3c54226df5a7b72479d19
-
- 14 Aug, 2015 3 commits
-
-
Adrian Roos authored
Bug: 22214934 Change-Id: I32e238e53ac4b6dd0ae6de226b98894c495b256f
-
Leon Scroggins III authored
bug: 20883006 Change-Id: I4f109667fb210a80fbddddf5f1bfb7ef3a02b6ce
-
Leon Scroggins III authored
bug:20883006 Change-Id: Ib47a8ec8696dbc37e958b8dbceb43fcbabf6605b
-
- 09 Jul, 2015 5 commits
-
-
Amit Mahajan authored
Bug: 21697171 Change-Id: I7649c7341428194963ac74e9ae622dfa76ea738b
-
Wale Ogunwale authored
Bug: 21669445 Change-Id: I11d0bc5301d7e2a64972221f54f3cbd611f8e404 (cherry picked from commit 44368567)
-
Wale Ogunwale authored
* Applications must now have ...permission.REAL_GET_TASKS to be able to get process information for all applications. * Only the process information for the calling application will be returned if the app doesn't have the permission. * Privilages apps will temporarily be able to get process information for all applications if they don't have the new permission, but have deprecated ...permission.GET_TASKS. Bug: 20034603 Change-Id: I67ae9491f65d2280adb6a81593693d499714a216 (cherry picked from commit 9dbaa54f)
-
Svet Ganov authored
bug:19618745 Change-Id: I7973ebfc67ebf52f14890dda9eb891a7b8a5a095
-
Leon Scroggins III authored
When reading from the parcel, if the number of colors is invalid, early exit. Add two more checks: setInfo must return true, and Parcel::readInplace must return non-NULL. The former ensures that the previously read values (width, height, etc) were valid, and the latter checks that the Parcel had enough data even if the number of colors was reasonable. Also use an auto-deleter to handle deletion of the SkBitmap. Cherry pick from change-Id: Icbd562d6d1f131a723724883fd31822d337cf5a6 BUG=19666945 Change-Id: Iab0d218c41ae0c39606e333e44cda078eef32291
-
- 28 May, 2015 1 commit
-
- 14 May, 2015 1 commit
-
- 07 Apr, 2015 2 commits
-
-
Wale Ogunwale authored
In some cases it is possible for the AppToken.allAppWindows list to get out of sync with the list of windows known to WMS if the client doesn't call Session.remove(Window). This can lead to an NPE when the animation threads runs and the display for the window has been removed. Bug: 19972099 Change-Id: Ifdf9ff2364b96757bba0539394c4a682f64577c9
-
Junichi Monma authored
bug id : b/19938983 Change-Id: I7568bb9c41b90a57f2e3b89d3fa694ef692f05ac
-
- 31 Mar, 2015 1 commit
-
-
Svetoslav authored
AccessibilityNodeInfo refresh was getting the latest cached state but this is not good enough as an accessibility service can execute an action on the node and then refresh it to get the new state. bug:16954787 Change-Id: I004b4987b8dc423a2ab7031a4fbfe64365ddd7fe (cherry picked from commit 5738fec0)
-
- 27 Mar, 2015 2 commits
-
-
Christopher Tate authored
We now make sure, when scanning post-factory app installs, that we do not accidentally activate a "leaked" or otherwise superfluous APK tree that the scan algorithm happens to encounter before the one that we expect a priori based on the persisted package-installation state. When we find such an extraneous installation we ignore it in favor of the expected one, similarly to the policy used when collecting system-bundled packages that have been updated. Even if we find an unexpected APK for the package, if the expected one turns out to be absent we fall back to the existing "we thought this app was present and now it isn't" logic. Bug 19602471 Change-Id: I141a93661946176c05d8cf52a123bdf75c8eef74
-
Jinsuk Kim authored
Ensures that the playback device turns on display output signal upon receiving CEC command <User Control Pressed>. Bug: 19518981 Change-Id: I4f898380c9ffc071da2357a51e61309ae5d233f5 (cherry picked from commit 9b8507c5)
-
- 26 Mar, 2015 4 commits
-
-
Paul Crowley authored
Bug: 19846662 Change-Id: I44e014c66a524b282cce0cfc9b7513fc0f553576
-
Jeff Brown authored
Disables fallback key processing for CALL, CAMERA, and HEADSETHOOK buttons. Bug: 19767816 Change-Id: I423103c367e05827c939cd8d8dbecb6012b0e9f0
-
Andres Morales authored
OEM unlock enabled bit is not computed in the checksum, causing OEM Unlocking to be disabled after the second reboot. Bug: 19829441 Change-Id: I100bf5d3958b89323ee35b9e97b19c162209fcd7
-
Dong Zhou authored
Bug: 19656525 Change-Id: I0bc88e85b807871b2883a785efac91bd0e1f6d8d
-