[translating]32 - The history of Android

This commit is contained in:
alim0x
2017-01-19 14:56:30 +08:00
parent 2b5ad198ba
commit 309583d095

View File

@@ -1,3 +1,5 @@
alim0x translating
# Behind-the-scenes changes
Marshmallow expanded on the power-saving JobScheduler APIs that were originally introduced in Lollipop. JobScheduler turned app background processing from a free-for-all that frequently woke up the device to an organized system. JobScheduler was basically a background-processing traffic cop.