Open samedb opened 4 years ago
I think it refers to this comment:
for direct whitelisting app with Instant Dialogue
@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"
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?