- Adding a null check for tasks that have already been removed, but may
be launched.
Bug: 28890599
Change-Id: Idde322c737a5543e639e693fbe7615e720a12c1e
- When updating a TaskStack, defer calling any callbacks until the stack
is updated. Otherwise, the handler may incorrectly check the size of
the stack to be empty, which triggers Recents to go home.
- This CL also removes an erroneous double call to onStackTaskRemoved()
when updating, one explicit call and the call that is made internally
in removeTask().
Bug: 28941269
Change-Id: I37b93bd959a625096925a16a426269a0c79de4e7
am: 5d3ca78d3f
* commit '5d3ca78d3f561e98ae67cf97caa58a4e9e2ed5cd':
add redirect for Espresso Test Recorder doc that will soon be on TAC site.
Change-Id: If8e81269bfe8af70912ecd63900378f4b867e08c
am: e1bd7e15c5
* commit 'e1bd7e15c5958769025ba5c8bbf0d18d8e9bfb20':
add redirect for Espresso Test Recorder doc that will soon be on TAC site.
Change-Id: I9a5f32d1828970a96dea0a31e62e1b80f564fed4
am: d39c0a8d77
* commit 'd39c0a8d775988bfbf319777b2a17af1579b531a':
DO NOT MERGE : backport of backup transport whitelist
Change-Id: I9c00a5b9fad92fef7fd5c0f6759b7c675e3353c9
Some system internals are using the PACKAGE_RESTARTED broadcast to
rebind to services, which would fail if the package was still frozen
due to a long-running clear data operation. To avoid this, delay both
the PACKAGE_RESTARTED and PACKAGE_DATA_CLEARED broadcasts until after
the clear operation has finished.
Bug: 28964281
Change-Id: I18ac36c39ba90498b1eb0cc495da1f16c24614bf
When unlocking a user, install any direct boot unaware providers into
processes that were started before unlock. Mirror the conditional
logic used in all other provider locations.
Bug: 28708253
Change-Id: I2044558456d7f8e509374659f7c89abf01869cd9
am: 8f60544180
* commit '8f60544180374beaab837bc0f3225e54d0d368a5':
add redirect for Espresso Test Recorder doc that will soon be on TAC site.
Change-Id: I55f32372b245d136519e55e8dd79796f58a6231f
am: 0905c8f398 -s ours
* commit '0905c8f3989ab607b659fdc20a1b9a56794d2b6f':
DO NOT MERGE : backport of backup transport whitelist
Change-Id: I6d0b878ea43d98761b93865604e8cb97410cdea9
am: e78ba24c17
* commit 'e78ba24c176fd6a0c54eaf7e52be545952ba1ab7':
Update the light center when the root view's layout changed
Change-Id: I03e6d183e2a98b4d08f1e5be74447ddf942e8337
am: 1ad12e0678
* commit '1ad12e0678e87e2ed64dcbc878ee2c7136b5ccdb':
Elaborate on requirement to support PreRebootSecurityLogs
Change-Id: Ib314b589c8b71f87a805051ae3265f752a672c0b
"<uses-feature>" page.
The "Features Reference" section now lists all hardware and software
features that apps can use on devices running Marshmallow, and some
existing features now have more descriptive examples.
Converted the tables listing hardware and software features to h4
elements and definition lists to make the page more reader-friendly,
particularly on handheld devices.
Bug: 27803596
Change-Id: I3490f5dcde6a838d69940c70e06d9cd2cb8a7bdc
am: 72f19ff6f0
* commit '72f19ff6f057fff184c875194e802005f8e8fd08':
QS: Make hotspot go unavailable in airplane mode
Change-Id: I3dfc510ddcad9e446806a235fa96bbf975ede4b8
Explain buffer size optimization.
This CL has no code changes, just documentation changes.
Bug: 28802853
Change-Id: I91942f00a3e9691e4fc05b24656b8bf4cb538bc2
Signed-off-by: Phil Burk <philburk@google.com>