feat: 电池优化

This commit is contained in:
guozhigq
2024-03-17 14:45:40 +08:00
5 changed files with 56 additions and 0 deletions

View File

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