rasheedk / react-native-disable-battery-optimizations-android

A react native library for checking battery optimization and whitelisting in Android
29 stars 48 forks source link

Will Play Store allow this #5

Open samedb opened 4 years ago

samedb commented 4 years ago

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?

IronTony commented 4 years ago

I think it refers to this comment:

for direct whitelisting app with Instant Dialogue

TechnoBlogger14o3 commented 3 years ago

@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"