Book Image

Android 6 Essentials

By : Yossi Elkrief
Book Image

Android 6 Essentials

By: Yossi Elkrief

Overview of this book

Android 6 is the latest and greatest version of the Android operating system, and comes packed with cutting edge new features for you to harness for the benefit of building better applications. This step-by-step guide will take you through the basics of the Android Marshmallow permissions model and beyond into other crucial areas such as the Audio,Video,Camera API and Android’s at work features. Learn how to create, deploy, and manage Android applications with Marshmallow’s API and the latest functionalities. The combination of instructions and real-world examples will make your application deployment and testing a breeze.
Table of Contents (16 chapters)
Android 6 Essentials
Credits
About the Author
Acknowledgments
About the Reviewer
www.PacktPub.com
Preface
Index

Power-saving modes


Android 6.0 has added new power-saving modes, Doze and App Standby, prolonged battery life by up to 2 times according to Google's measurements. The Doze mode has been created to improve the sleep efficiency of idle devices, while the App Standby mode has been designed to prevent apps from eating up power while in the idle state. On both occasions, plugging in the device to chargers allows normal operations to resume.

The Doze mode

Dozing is when a device is unplugged, the screen is off, and it's stationary (this can be determined via sensors, such as the accelerometer) for a determined period of time. What we get is a state where the system is kept in the sleep state as long as possible. When an Android 6.0 device is in the Doze mode, not much will happen in the background, as shown in the following figure:

In short, everything you think will happen in the background will not actually happen.

What happens to apps when a device is dozing?

When a device enters the dozing state...