In preparation of future colorization work, the creation
of the notification builder is moved to the background.
Test: manual, add notifications, update them etc.
Test: runtest systemui
Bug: 36561228
Merged-In: Iaec5febf4d8d9da348d77e0d4f6f61b9746fae16
Change-Id: Iaec5febf4d8d9da348d77e0d4f6f61b9746fae16
The notification was starting application details activity in user 0
instead of the user in which the service is running
Test: Manually tested that clicking on the notification starts app info
activity in the current user
Bug: 37530249
Change-Id: I9545c37bf1a36515813cbf1124c82c1c0fc3ad21
Merged-In: I9545c37bf1a36515813cbf1124c82c1c0fc3ad21
- Snoozing a summary notification will snooze its current
children in addition to itself
- Posting a non-snoozed notification to a summary will
unsnooze the summary
- snoozing the only child of a group will also snooze the group
summary
Test: runtest systemui-notification
Change-Id: I5edba1461a59131c6c202f02e6f89404d22bb404
Fixes: 35934956
This issue was introduced in commit
4eab49652e48159fd37f827d30b822f2f187551e.
Bug: 37710354
Test: none
Change-Id: I2d985ce97c44d4e096713e156e57437f44ea3ddb
(cherry picked from commit 0e4ac75f2e291305a493796186d44a081926f3a8)
This patchset adds a hidden method getOwnAddress, that lets app with
BLUETOOTH_PRIVILEGED permission to lear their own addreess. This is done
exclusively for PTS tests.
Bug: 35147497
Test: manual
Change-Id: Iaf0f2fe0613de44b8430ac25e691d66a4ad44f8d
(cherry picked from commit 4bc4a441007e0a9ef6ccd1816c831ffd2dfa4c18)
Add a hidden api for reading characteristic by UUID for PTS.
Bug: 35150313
Test: sl4a GattReadTest.byUuid
Change-Id: Ice4076d99e4694d20374ba0fdcae74d5ae841147
(cherry picked from commit de74891d1c603326691678ec301c80b4525bc4ef)
Tidying up the locking + deferred-work shape of the job scheduler's
internal flow inadvertently meant that we were now trying to bind to
a job service while under the shell user's uid when the relevant
shell command was used to kick off the job. Now we don't do that.
Bug 37744607
Test: manual
Change-Id: Ia4b83f83f9fbd2e5678eaa279f1d86206fb05023
- new carrier signal intended for notifying carrier apps that all
carrier actions has been reset due to sim load/absent.
- default carrier apps clean up UI on reset actions.
Bug: 34626476
Test: Manual test on TMO and ZIP SIM
Change-Id: I232dd19294e99fb0a7d53ca1b5c049e6e3e2e050
This is a conservative change that converts strings to
InetAddress on the fly just before givint it to the client.
Also renamed getIpAddressesCount to getTotalResolvedAddressCount
to make it 1) harder to misuse it as getInetAddresses().length
2) more descriptive.
Bug: 37625453
Test: runtest --path frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/NetworkEventTest.java
Test: cts-tradefed run cts -m CtsDevicePolicyManagerTestCases -t com.android.cts.devicepolicy.DeviceOwnerTest#testNetworkLoggingWithSingleUser
Change-Id: I2a31dddd6874f1a629895e4dff105cf41984a775
That said, it's happening.
system 04-26 17:01:43.344 1000 1140 2684 W/ActivityManager: Failed setting process group of 21751 to 0
main 04-26 17:01:43.344 1000 1140 2684 W/System.err: java.lang.IllegalArgumentException: Given thread 21496 does not exist
main 04-26 17:01:43.349 1000 1140 2684 W/System.err: at android.os.Process.setThreadPriority(Native Method)
main 04-26 17:01:43.349 1000 1140 2684 W/System.err: at com.android.server.am.ActivityManagerService.applyOomAdjLocked(ActivityManagerService.java:21704)
main 04-26 17:01:43.349 1000 1140 2684 W/System.err: at com.android.server.am.ActivityManagerService.updateOomAdjLocked(ActivityManagerService.java:22015)
main 04-26 17:01:43.349 1000 1140 2684 W/System.err: at com.android.server.am.ActivityManagerService.updateOomAdjLocked(ActivityManagerService.java:22093)
main 04-26 17:01:43.349 1000 1140 2684 W/System.err: at com.android.server.am.ActiveServices.unbindServiceLocked(ActiveServices.java:1239)
main 04-26 17:01:43.349 1000 1140 2684 W/System.err: at com.android.server.am.ActivityManagerService.unbindService(ActivityManagerService.java:18127)
main 04-26 17:01:43.349 1000 1140 2684 W/System.err: at android.app.IActivityManager$Stub.onTransact(IActivityManager.java:594)
main 04-26 17:01:43.349 1000 1140 2684 W/System.err: at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2936)
main 04-26 17:01:43.350 1000 1140 2684 W/System.err: at android.os.Binder.execTransact(Binder.java:674)
Bug: 37252687
Test: development/tools/logblame/app_switch_log_test
Change-Id: I138147c34141e212256012afe8aaf239f3443b82