Ensure that the battery optimization banner is not displayed after an internal clear cache.

This commit is contained in:
Benoit Marty 2025-06-17 16:26:33 +02:00 committed by Benoit Marty
parent c61b118f42
commit d8095faa43
8 changed files with 47 additions and 1 deletions

View file

@ -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()
}