Android 4.2.2 is out, and while an OCD-fueled 4.2.2 edition of Getting To Know Android is on the way, we figured it would be a good idea to highlight the big user facing changes that came with this release first.
New Download Notifications
First up is the new notification for in-progress app downloads, which now shows the percentage and an estimated time remaining for your app downloads while they are happening. Or, if you want to be technical about it:
Calculate speed of in-progress downloads and estimate time remaining
until completion. Uses a moving average that is weighted 1:1 with
the most recent 500ms sample. Funnels timing data to notifications
through DownloadHandler.
That's the way Google put it in the commit for this change, which you can find right here.
Quick Settings Toggles
The second change is a tweak to Quick Settings. You can now long press on the Bluetooth and Wi-Fi squares to use them as actual toggles. This is, of course, different from how every other set of power controls works (it's normally press to toggle and long press for settings), but, still, it's progress.
This means Google has introduced another wacky rule to keep track of when dealing with these toggles. Airplane Mode is still a single press toggle, and it's still the only one. So some of these are single press toggles, some are long press toggles, and some will only take you directly to a settings screen.
No comments:
Post a Comment