android-appstandby Questions
1
I have an application that uses a ForegroundService to send location updates to a server. Basically a tracker.
This ForegroundService has a Handler that periodically (using postDelayed) executes a ...
Expedient asked 12/3, 2021 at 2:48
1
Solved
Marshmallow APIs are very different from previous android OS. When screen is off, devices are in doze mode and unable to sync network. So for doing background operations with network we have to pre...
Armor asked 1/6, 2016 at 12:9
2
Solved
I didn't find useful info how to programically or using device's settings remove specific app from white-listed.
In android 6.0 was introduced doze-mode and while-listed, the last term allows ign...
Muro asked 1/6, 2017 at 13:38
0
I need to issue network calls when the app is in background. The sequence is as following. The app receives GCM call, issues API call to BE in order to get some more data, and then show notificatio...
Husha asked 3/1, 2017 at 9:2
0
If the device is in DOZE IDLE or IDLE_MAINTENANCE mode, these events can be received if we register a broadcast receiver for "android.os.action.DEVICE_IDLE_MODE_CHANGED". But this receiver is not w...
Orvalorvan asked 13/7, 2016 at 1:31
2
I have an app that listens for phone notifications and sends a message to an Android Wear watch via the MessageApi. Everything works good except for some devices with Android 6, especially Huawei M...
Irradiant asked 27/4, 2016 at 20:42
1
© 2022 - 2024 — McMap. All rights reserved.