Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to check "Automatic date and time" is enabled or not? #461

Open
andrerds opened this issue Mar 2, 2022 · 2 comments
Open

How to check "Automatic date and time" is enabled or not? #461

andrerds opened this issue Mar 2, 2022 · 2 comments
Labels
android Relates to Android platform feature request New feature or request

Comments

@andrerds
Copy link

andrerds commented Mar 2, 2022

Feature request

  • 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.

@dpa99c dpa99c added feature request New feature or request android Relates to Android platform labels Jul 26, 2022
@sonikdesign
Copy link

I'm here for the same reason. For iOS I've found nothing.

@andrerds
Copy link
Author

andrerds commented Oct 7, 2022

I'm here for the same reason. For iOS I've found nothing.

Hey, what's up ?
So far I haven't found how to do that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android Relates to Android platform feature request New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants