cordova-plugin-cloud-settings icon indicating copy to clipboard operation
cordova-plugin-cloud-settings copied to clipboard

Check if enabled

Open monsterbitar opened this issue 5 years ago • 1 comments

How do I check if the user has app backup functions enabled / disabled in their device settings?

For example, on my device I have gone to settings -> backup -> backup to google drive and turned it off. I would like to be able to detect this case so that I can inform the user properly when the user visits the backup settings in my application.

(Note: I am only intending to use android 6.0 or higher, so only a single backup system should be used in my case)

monsterbitar avatar May 30 '19 06:05 monsterbitar

There is a way to do this natively for Android and a possible way for iOS. I'll investigate and add it to the plugin if it works.

dpa99c avatar May 30 '19 06:05 dpa99c