diff --git a/sources/talk/The history of Android/32 The (updated) history of Android.md b/sources/talk/The history of Android/32 The (updated) history of Android.md index 31d79144ee..8506ccd598 100644 --- a/sources/talk/The history of Android/32 The (updated) history of Android.md +++ b/sources/talk/The history of Android/32 The (updated) history of Android.md @@ -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.