flutter_background icon indicating copy to clipboard operation
flutter_background copied to clipboard

[Android] Add ACTION_REQUEST_IGNORE_BATTERY_OPTIMIZATIONS as an option to obtain excemption from battery optimizations

Open JulianAssmann opened this issue 4 years ago • 2 comments

On android, add ACTION_REQUEST_IGNORE_BATTERY_OPTIMIZATIONS as an option to obtain excemption from battery optimizations, as declaring REQUEST_IGNORE_BATTERY_OPTIMIZATIONS might lead to a ban of the app in the Play Store, "unless the core function of the app is adversely affected" (see the note here)

JulianAssmann avatar Dec 26 '20 09:12 JulianAssmann

@JulianAssmann As option to not request battery optimization permission is added, could you release new version to pub.dev? The current version(1.1.0) doesn't reflect latest code

datdescartes avatar Nov 06 '22 13:11 datdescartes

@datdescartes Release 1.2.0 should now incorporate these changes :)

JulianAssmann avatar Jan 17 '23 12:01 JulianAssmann