From c68880f12e3f313a135e11c32f34e75f439bfe8f Mon Sep 17 00:00:00 2001 From: Maksim Karasev Date: Tue, 17 Aug 2021 14:35:57 +0300 Subject: [PATCH] Initial gh-pages --- README.md | 13 +++++++++++++ privacy_policy.md | 5 +++++ 2 files changed, 18 insertions(+) create mode 100644 README.md create mode 100644 privacy_policy.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..25bc333 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Installation instructions + +1. Get to your PC and download platform tools from google [here](https://developer.android.com/studio/releases/platform-tools). +2. Extract the tools, and open terminal in the same directory ([Windows guide](https://youtu.be/6vVFmOcIADg?t=38), [macos guide](https://www.howtogeek.com/210147/how-to-open-terminal-in-the-current-os-x-finder-location/)). +3. Turn on USB Debugging on your phone (This may require different steps, for Xiaomi you also have to enable `USB Debugging (Security settings)`, but generally [this video guide](https://youtu.be/Ucs34BkfPB0?t=29) should work on most phones) +4. Connect your phone to your PC +5. Run this command in the terminal + +``` +./adb shell pm grant ru.karasevm.privatednstoggle android.permission.WRITE_SECURE_SETTINGS +``` + +6. That's it, you should have the app installed. diff --git a/privacy_policy.md b/privacy_policy.md new file mode 100644 index 0000000..cf3bbd0 --- /dev/null +++ b/privacy_policy.md @@ -0,0 +1,5 @@ +- All data provided to Private DNS Quick Toggle is only stored locally in your device. Private DNS Quick Toggle does not upload your data anywhere. The developers of Private DNS Quick Toggle do not have access to your data. + +- Your data is not shared with any 3rd parties. Private DNS Quick Toggle does not include any advertisement libraries or any 3rd party tracking (analytics) code, such as Google Analytics or Facebook SDK. + +- If you have activated “backup & reset” in your phone settings (Settings / Backup & Reset / Back up my data), you should be aware that Android itself will periodically save a copy of your phone’s data in Google’s servers. The developers of Private DNS Quick Toggle do not have access to this data.