You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Feature request
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?
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.
The text was updated successfully, but these errors were encountered: