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
Hi,
The intial instructions say that the app can be granted WRITE_SECURE_SETTINGS permission via adb only.
But actually the same can be achieved via a terminal on phone with root access as well. So it will be better if you could :
Add su shell pm grant com.jpwolfso.privdnsqt android.permission.WRITE_SECURE_SETTINGS also
Make that and the adb command text selectable so that it can be copy pasted easily. Even better if the commands are shown directly at the same place or somewhere in the app instead of the animation which has delay .
Thanks
The text was updated successfully, but these errors were encountered:
Hi @nihalanand697 , I hadn't considered root users, but that is a good suggestion indeed. I will be sure to implement this in the next release of the app sometime this fall :)
Hi,
The intial instructions say that the app can be granted WRITE_SECURE_SETTINGS permission via adb only.
But actually the same can be achieved via a terminal on phone with root access as well. So it will be better if you could :
su shell pm grant com.jpwolfso.privdnsqt android.permission.WRITE_SECURE_SETTINGS
alsoThanks
The text was updated successfully, but these errors were encountered: