# 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: ```shell 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.