Private DNS: update description

This commit is contained in:
Izzy 2020-11-29 15:26:42 +01:00
parent 8d8f0f3dd0
commit bc4c129ade
No known key found for this signature in database
GPG key ID: 5841AA5BBD64591E
2 changed files with 7 additions and 6 deletions

View file

@ -10,12 +10,13 @@ Changelog: https://github.com/joshuawolfsohn/Private-DNS-Quick-Tile/releases
AutoName: Private DNS Quick Tile
Description: |-
Adds a Private DNS quick tile to the Quick Settings in the System UI.
You must manually grant the WRITE_SECURE_SETTINGS permission to this app,
using the Android Debug Bridge (ADB), in order for the tile to properly
function. This can be done in an ADB shell with the command
Adds a Private DNS quick tile to the Android Quick Settings.
pm grant com.jpwolfso.privdnsqt android.permission.WRITE_SECURE_SETTINGS
In order to change the Private DNS settings, this app requires the
WRITE_SECURE_SETTINGS permission.
This permission can only be granted in an ADB shell with the command "pm
grant com.jpwolfso.privdnsqt android.permission.WRITE_SECURE_SETTINGS"
RepoType: git
Repo: https://github.com/joshuawolfsohn/Private-DNS-Quick-Tile.git

View file

@ -1 +1 @@
Quickly toggle the Private DNS feature introduced in Android 9.0
Quickly toggle and configure Private DNS on Android 9.0+