diff --git a/docs/html/training/monitoring-device-state/doze-standby.jd b/docs/html/training/monitoring-device-state/doze-standby.jd index 4eb681fb30ca3..e167254ef3363 100644 --- a/docs/html/training/monitoring-device-state/doze-standby.jd +++ b/docs/html/training/monitoring-device-state/doze-standby.jd @@ -421,7 +421,7 @@ $ adb shell am get-inactive <packageName>
The table below highlights the acceptable use cases for requesting or being on the Battery Optimizations exceptions whitelist. In general, your app should not be on the - whitelist unless Doze and App Standby break the core function of the app, and there is a + whitelist unless Doze or App Standby break the core function of the app or there is a technical reason why your app cannot use GCM high-priority messages.
For more information, see Support for Other Use Cases @@ -453,7 +453,7 @@ $ adb shell am get-inactive <packageName>