diff --git a/metadata/com.jpwolfso.privdnsqt.yml b/metadata/com.jpwolfso.privdnsqt.yml index 22f1dbc3e3..57668376a1 100644 --- a/metadata/com.jpwolfso.privdnsqt.yml +++ b/metadata/com.jpwolfso.privdnsqt.yml @@ -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 diff --git a/metadata/com.jpwolfso.privdnsqt/en-US/summary.txt b/metadata/com.jpwolfso.privdnsqt/en-US/summary.txt index 7d45fe872c..1a593a23ab 100644 --- a/metadata/com.jpwolfso.privdnsqt/en-US/summary.txt +++ b/metadata/com.jpwolfso.privdnsqt/en-US/summary.txt @@ -1 +1 @@ -Quickly toggle the Private DNS feature introduced in Android 9.0 +Quickly toggle and configure Private DNS on Android 9.0+