feat: disable Battery Optimization

This commit is contained in:
guozhigq
2024-03-08 22:56:16 +08:00
parent 3bf6136bc6
commit 105a29f311
5 changed files with 56 additions and 0 deletions

View File

@ -170,6 +170,10 @@ class LocalCacheKey {
// 代理host port
systemProxyHost = 'systemProxyHost',
systemProxyPort = 'systemProxyPort';
static const String isDisableBatteryOptLocal = 'isDisableBatteryOptLocal',
isManufacturerBatteryOptimizationDisabled =
'isManufacturerBatteryOptimizationDisabled';
}
class VideoBoxKey {