mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 07:06:52 +00:00
Merge branch 'privdns' into 'master'
Private DNS: update description See merge request fdroid/fdroiddata!7802
This commit is contained in:
commit
e9d3fe19f6
2 changed files with 7 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Quickly toggle the Private DNS feature introduced in Android 9.0
|
||||
Quickly toggle and configure Private DNS on Android 9.0+
|
||||
|
|
|
|||
Loading…
Reference in a new issue