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
Since changing DNS settings is important from a security perspective, it would be a good idea to prompts the user to unlock the device before making any changes when the device is locked.
There are several methods from android.service.quicksettings.TileService that can help:
Thanks for this software ❤️
Since changing DNS settings is important from a security perspective, it would be a good idea to prompts the user to unlock the device before making any changes when the device is locked.
There are several methods from
android.service.quicksettings.TileService
that can help:isLocked()
unlockAndRun(Runnable runnable)
Thanks.
The text was updated successfully, but these errors were encountered: