This document discusses location tracking services and how to adapt them for Android's Doze and App Standby power saving modes. It explains that location tracking services need to continue running even when apps are idle. It provides examples of using AlarmManager and WakeLocks to schedule location sampling and ensure the CPU is on. It also discusses using high priority notifications and whitelisting to optimize services for Doze/Standby. The document stresses the importance of testing adaptations thoroughly.