Context for the suggestion.
Check if the date and time is enabled on the device.
As some of these checks already exist in this project, would it be possible to add one more?
I found an example for android like this:
if(Settings.Global.getInt(getContentResolver(), Global.AUTO_TIME) == 1) { // Enabled } else { // Disabed }
It could be a possible solution for android.
I'm still looking for iOS, how to do the same check.
is a simple suggestion that would be very interesting if you have this plugin.
Thanks for the attention.
Feature request
if(Settings.Global.getInt(getContentResolver(), Global.AUTO_TIME) == 1) { // Enabled } else { // Disabed }
It could be a possible solution for android.I'm still looking for iOS, how to do the same check.
is a simple suggestion that would be very interesting if you have this plugin. Thanks for the attention.