Ensure that the battery optimization banner is not displayed after an internal clear cache.
This commit is contained in:
parent
0a58fb3c59
commit
017664f672
8 changed files with 47 additions and 1 deletions
|
|
@ -67,4 +67,9 @@ interface PushService {
|
|||
* Reset the push history, including the push counter.
|
||||
*/
|
||||
suspend fun resetPushHistory()
|
||||
|
||||
/**
|
||||
* Reset the battery optimization state.
|
||||
*/
|
||||
suspend fun resetBatteryOptimizationState()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue