Top "Android-doze" questions

Doze mode introduced with Android 6.0 Marshmallow as a power-saving feature.

How to shift device in Doze Mode (Android Preview M / Marshmallow)?

I followed steps described here: https://developer.android.com/preview/testing/guide.html#doze-standby Circumstances: Android Debug Bridge version 1.0.32 Nexus 9 …

android android-6.0-marshmallow android-doze
How do I properly fire ACTION_REQUEST_IGNORE_BATTERY_OPTIMIZATIONS intent?

As stated in the documentation: "An app holding the REQUEST_IGNORE_BATTERY_OPTIMIZATIONS permission can trigger a system dialog to …

android android-intent optimization android-6.0-marshmallow android-doze
Minimal android foreground service killed on high-end phone

I'm trying to create an app that lets users log routes (locations/GPS). To ensure locations are logged even when …

android android-service android-lifecycle android-location android-doze
How to test Doze Mode on Android?

There is an old Android app which work background 2 service (Service). It took to update the app with the possibility …

android android-service adb android-doze