Comment Re:Background Apps Using Location To Keep Running (Score 1) 41
Does Android kill the app after around a minute in the background? You can try "whitelisting" the app so Android doesn't consider it for battery optimization.
adb shell dumpsys deviceidle whitelist +com.package.name.of.app
adb shell dumpsys deviceidle whitelist +com.package.name.of.app