- Oct 06, 2020
-
-
Jeff Sharkey authored
Android offers several efficient alternatives to some upstream Collections containers, such as SparseIntArray instead of Map<Integer, Integer>. Bug: 155703208 Test: atest error_prone_android_framework_test Change-Id: I080fd9489fb037391b717901345a905a9753b370
-
- Oct 05, 2020
-
-
Jeff Sharkey authored
Binder maintains thread-local identity information about any remote caller, which can be temporarily cleared while performing operations that need to be handled as the current process. However, it's important to restore the original remote calling identity after carefully scoping this work inside a try/finally block, to avoid obscure security vulnerabilities. Bug: 155703208 Test: atest error_prone_android_framework_test Change-Id: I568771a50af27637e4984950dcada2248ce16afe
-
Jeff Sharkey authored
Two specific managers have their own strategies using indirection to obtain Context.getUserId(), and we're willing to special case these to reduce warning noise. Bug: 115654727, 159626156 Test: atest error_prone_android_framework_test Change-Id: I290b74f7b6ec17c647f1cbb9ea7995f3fd56b132
-
Jeff Sharkey authored
Purposefully exclude telephony Binder interfaces, since we know they always run under the separate AID_RADIO. Bug: 155703208 Test: atest error_prone_android_framework_test Change-Id: I3ce87caeb2abe3a7ca01ce10560d02b499ece07d
-
- Oct 01, 2020
-
-
Robert Snoeberger authored
-
TreeHugger Robot authored
-
Jeff DeCew authored
* changes: Media player attempts to dismiss notifications when players removed. Add TODO about cleared media player notifications. Add some logging to help diagnose a crash with duplicate section headers NotificationMediaManager populates media player when using new pipeline.
-
David Su authored
-
Laís Minchillo authored
No change to logic, only docs. Updates loadUrl documentation to make it clear that some WebView versions require the Map parameter to be mutable. Bug: 145881245 Test: m offline-sdk-docs -j4 Change-Id: I15f3c48f02090b8855880ff5d39c02aa28d4dfa8
-
Eran Messeri authored
-
TreeHugger Robot authored
-
Alexander Dorokhine authored
-
Pablo Gamito authored
-
Yi Kong authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1442736 Change-Id: Ie61fe46a15f2eb8a22c973e57757ec40dc44b90a
-
Yi Kong authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1442736 Change-Id: Ie0570c14afdc1e0b5440deb521a4491a2bc78c65
-
Yi Kong authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1442736 Change-Id: Ic22ceb533d17740c17ab8e01bdeebebb54719b1d
-
TreeHugger Robot authored
-
Hui Yu authored
-
TreeHugger Robot authored
-
Bill Yi authored
Auto-generated-cl: translation import Change-Id: Ieb3e2ecbc623d6082c3f2c42dd5fc83507c81136
-
Yi Kong authored
-
Riddle Hsu authored
-
Vishnu Nair authored
-
Kevin Chyn authored
-
Anna Malova authored
-
- Sep 30, 2020
-
-
TreeHugger Robot authored
-
Hui Yu authored
Previously each BG-launch FGS that is restricted has a logcat message, now we also display a notification that has: Title: "Foreground Service BG-Launch Restricted" Content: "App restricted:" + app package name Detail: intent of the FGS. Use following command to turn on the FGS BG-launch restriction feature: adb shell device_config put activity_manager default_fgs_starts_restriction_enabled true adb shell device_config get activity_manager default_fgs_starts_restriction_enabled Bug: 157473819 Test: Observe the notification when FGS BG-launch is restricted. atest cts/tests/app/src/android/app/cts/ActivityManagerFgsBgStartTest.java#testFgsStartFromBG Change-Id: Ia1ce1c7e103fbfa0a8487b0a3009b2d2ca61ba74
-
Brad Ebinger authored
[automerger skipped] Merge "Revert "Clean up IMS based interfaces to use a push model instea..."" am: 8827badd am: 9a8e4bf6 am: a6bc5361 am: 9123ff8c am: bcbad4f6 -s ours am skip reason: Change-Id I7ef3c07021a79e809d2c8b30ed2422372eae962d with SHA-1 91f87bfb is in history Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1443078 Change-Id: I11b30891e189b75ea8b79834e78c53f4ec9dd190
-
Patrick Baumann authored
[automerger skipped] Merge "Only allow system apps to be forceQueryable" am: 34108ebb am: 775db185 am: 304d3b95 am: c0e064f8 -s ours am: 42c0ba90 -s ours am skip reason: Change-Id Ib217ade392500f97a7ff5a08b781cc99e60838ff with SHA-1 697c2f94 is in history Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1443136 Change-Id: If54cdf432585d5dce0f848f81a3aa2e5d387c64f
-
Julia Kawano authored
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
Hall Liu authored
-
Evan Rosky authored
-
Brad Ebinger authored
Merge "Revert "Clean up IMS based interfaces to use a push model instea..."" am: 8827badd am: 9a8e4bf6 am: a6bc5361 am: 9123ff8c Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1443078 Change-Id: Ia9d94fda9dc85ad0f07cd251dbdd1632b8946a4d
-
Patrick Baumann authored
[automerger skipped] Merge "Only allow system apps to be forceQueryable" am: 34108ebb am: 775db185 am: 304d3b95 am: c0e064f8 -s ours am skip reason: Change-Id Ib217ade392500f97a7ff5a08b781cc99e60838ff with SHA-1 697c2f94 is in history Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1443136 Change-Id: Ic7b921d5bbec0fcdd73887e7d01f47da4b0e115c
-
Chris Ye authored
Add media buttons like play/pause/record etc, for OnLive Universal Controller. Bug: 114679349 Test: Connect OnLive Universal Controller and play with media buttons. Change-Id: Ie69b3f7f8f13c778208454fb789113126c04966a
-
Chavi Weingarten authored
-