- 14 Jul, 2015 3 commits
-
-
Jason Monk authored
Use the same description for both QS and status bar. Bug: 20345203 Change-Id: I5789c1385d2240e1ad426a008e6e2192885ddc2b
-
Andrei Stingaceanu authored
-
Erik Kline authored
-
- 13 Jul, 2015 37 commits
-
-
Zach Johnson authored
Sockets accepted on a server socket didn't populate the mPfd field, which is used to close out the java end of the native-and-java communication socket when the overall rfcomm socket is closed. #badnewsbears b/21398841 Change-Id: I3adb0a9965f83d0f3006fa4f79ea4abeab5c9a17
-
Erik Kline authored
Bug: 21641983 Bug: 22235775 Bug: 22299819 Bug: 22358164 Change-Id: I48a2d162dd499a3590f06d805267a63822856969
-
Svet Ganov authored
Change-Id: I2c97e405eaec7ee1569fcddc872ff2a98c829efe
-
Svet Ganov authored
-
Svet Ganov authored
For modern apps targeting M SDK and up the external storage state is deterined by granted permissions. For apps targeting older SDK the storage access is determined by app ops correspning to the storage permissions as the latter are always granted. When app ops change we do not remount as we kill the app process in both cases enabling and disabling an app op since legacy code is not prepared for dynamic behavior where an operation that failed may next succeed. Hence, we remount when we start the app. For modern apps we don't kill the app process on a permission grant, therefore we synchronously remount the app storage. bug:22104923 Change-Id: I601c19c764a74c2d15bea6630d0f5fdc52bf6a5a
-
Christopher Tate authored
-
Christopher Tate authored
Bug 22304850 Change-Id: Ie4deffea2621fdc03a9bfe35690ecd109eed1a04
-
Svet Ganov authored
Merge "Check signatures of privileged persistent apps for granting defailt permissions" into mnc-dev
-
Christopher Tate authored
-
Svetoslav authored
-
Svetoslav authored
1. When querying for components to which to grant default permissions we are now getting disabled components as well as we want such packages to get default pemrissions on upgrade as disabled components may get reenabled. 2. When resolving activities to whose packages to grant default permissions we skip the corss-profile and skip-profile filters as they are set by device policy which should not affect implicitly default permission grants. Policy has explicit APIs for permission management. bug:22405963 Change-Id: Idf56d35e567a6fd6e097cd45988d1561422ee6fc
-
Robert Schaub authored
am 70d39c28: am 2b856100: Merge "docs: Removed references to lockscreen widgets, added note to Android 5.0 changes page" into mnc-preview-docs * commit '70d39c28': docs: Removed references to lockscreen widgets, added note to Android 5.0 changes page
-
Robert Schaub authored
am 2b856100: Merge "docs: Removed references to lockscreen widgets, added note to Android 5.0 changes page" into mnc-preview-docs * commit '2b856100': docs: Removed references to lockscreen widgets, added note to Android 5.0 changes page
-
Jason Monk authored
-
Christopher Tate authored
In the case when multiple apps handle a given web-link action, all of which have been marked as "launch the app instead of a browser" and so are otherwise ambiguous, always prefer the app that was most recently placed into the always-handle-links state. Bug 22051035 Change-Id: I3f43c19b0d7b74e9843445e41971bb5433affb1c
-
Robert Schaub authored
am 28006a3b: am 7182f075: Merge "docs: Changed text as requested in Android TV advertising bug, with minor cleanup" into mnc-preview-docs * commit '28006a3b': docs: Changed text as requested in Android TV advertising bug, with minor cleanup
-
Robert Schaub authored
am 1962b730: am 3430bec7: Merge "docs: Removed parenthetic phrase that made explanation unnecessarily confusing" into mnc-preview-docs * commit '1962b730': docs: Removed parenthetic phrase that made explanation unnecessarily confusing
-
Eric Gilmore authored
am f13e914d: am 8cce3984: Merge "Adding a link to what is currently our most popular "100 Days" video." into mnc-preview-docs * commit 'f13e914d': Adding a link to what is currently our most popular "100 Days" video.
-
Jinsuk Kim authored
-
Robert Schaub authored
Merge "docs: Removed references to lockscreen widgets, added note to Android 5.0 changes page" into mnc-preview-docs
-
Robert Schaub authored
am 7182f075: Merge "docs: Changed text as requested in Android TV advertising bug, with minor cleanup" into mnc-preview-docs * commit '7182f075': docs: Changed text as requested in Android TV advertising bug, with minor cleanup
-
Robert Schaub authored
am 3430bec7: Merge "docs: Removed parenthetic phrase that made explanation unnecessarily confusing" into mnc-preview-docs * commit '3430bec7': docs: Removed parenthetic phrase that made explanation unnecessarily confusing
-
Robert Schaub authored
changes page Removed one line from source code sample as well. Bug: 20826638 Change-Id: I3c27353db0f0092c21962f9beec1bf1da52ee9d5
-
Roshan Pius authored
-
Robert Schaub authored
Merge "docs: Changed text as requested in Android TV advertising bug, with minor cleanup" into mnc-preview-docs
-
Robert Schaub authored
Merge "docs: Removed parenthetic phrase that made explanation unnecessarily confusing" into mnc-preview-docs
-
Amit Mahajan authored
-
John Reck authored
-
John Reck authored
Bug: 22392651 ColorStateLists were never cached because the lazy-create of the constant state had a typo. Resource caching in general was broken because ThemeKey did not clone the hash code, so all keys in the cache had a hashCode of 0 which did not match the real, uncloned ThemeKeys hash code so the binary search in ArrayMap based off of hash code was failing. Change-Id: I9df1628b226bfa797bed97875354c19bf64f41ad
-
Jason Monk authored
Include the info used when determining carrier text display. Bug: 22212693 Change-Id: I12f01683c259ff11c7f27eec5d03d53f0b290d0b
-
Wale Ogunwale authored
-
Roshan Pius authored
BUG: 22225068 Change-Id: I9b0053cf1041c81f409ace556b810ef79de88599
-
Vinit Deshpande authored
-
Jim Miller authored
-
Aravind Akella authored
-
Etan Cohen authored
-