1
Fork 0
Private DNS quick settings tile for Android 9+
Go to file
Jan-Lukas Else f94fde1e81 Add simple readme 2023-07-08 09:18:43 +02:00
.idea Initial commit 2023-07-06 20:34:19 +02:00
app Initial commit 2023-07-06 20:34:19 +02:00
gradle/wrapper Initial commit 2023-07-06 20:34:19 +02:00
.gitignore Initial commit 2023-07-06 20:34:19 +02:00
LICENSE Add simple readme 2023-07-08 09:18:43 +02:00
README.md Add simple readme 2023-07-08 09:18:43 +02:00
build.gradle Initial commit 2023-07-06 20:34:19 +02:00
gradle.properties Initial commit 2023-07-06 20:34:19 +02:00
gradlew Initial commit 2023-07-06 20:34:19 +02:00
gradlew.bat Initial commit 2023-07-06 20:34:19 +02:00
settings.gradle Initial commit 2023-07-06 20:34:19 +02:00

README.md

Private DNS Quick Tile

This project provides a pretty simple app that has just one single functionality: provide a quick settings tile on Android 9+ to switch between the different Private DNS modes.

Installation

You can find the APK in the releases section. Download it, install it.

Granting permission

To ensure that the app is able to do it's work, use ADB to grant the app the necessary permission:

adb pm grant dev.jlelse.dnsqt android.permission.WRITE_SECURE_SETTINGS

License

This project is licensed under the MIT License. Feel free to modify and distribute this app in accordance with the terms of the license.