turtlecoin-mobile-wallet icon indicating copy to clipboard operation
turtlecoin-mobile-wallet copied to clipboard

isIgnoringBatteryOptimizations requires >= api level 23

Open zpalmtree opened this issue 5 years ago • 0 comments

We need to check if this method is available before using.

https://developer.android.com/reference/android/os/PowerManager.html#isIgnoringBatteryOptimizations(java.lang.String)

No virtual method isIgnoringBatteryOptimizations(Ljava/lang/String;)Z in class Landroid/os/PowerManager; or its super classes (declaration of 'android.os.PowerManager' appears in /system/framework/framework.jar)

zpalmtree avatar Jan 17 '20 03:01 zpalmtree