react-native-disable-battery-optimizations-android icon indicating copy to clipboard operation
react-native-disable-battery-optimizations-android copied to clipboard

Will Play Store allow this

Open samedb opened this issue 5 years ago • 2 comments

Hello,

I just found this library and i saw in the docs the line: Note: Play store will not allow using this method, and will allow only as an exception What is this line referring to, the whole library or a specific function?

samedb avatar Aug 14 '20 20:08 samedb

I think it refers to this comment:

for direct whitelisting app with Instant Dialogue

IronTony avatar Nov 06 '20 11:11 IronTony

@samedb As per the Docs, "An app holding the REQUEST_IGNORE_BATTERY_OPTIMIZATIONS permission can trigger a system dialog to let the user add the app to the whitelist directly, without going to settings.". Unfortunately chances are that the playStore will reject your app. Better use this, "ACTION_IGNORE_BATTERY_OPTIMIZATION_SETTINGS"

TechnoBlogger14o3 avatar Aug 16 '21 05:08 TechnoBlogger14o3