mirror of
https://github.com/karasevm/PrivateDNSAndroid.git
synced 2025-06-28 20:29:56 +00:00
Initial gh-pages
This commit is contained in:
commit
c68880f12e
2 changed files with 18 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal file
|
@ -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.
|
5
privacy_policy.md
Normal file
5
privacy_policy.md
Normal file
|
@ -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.
|
Loading…
Add table
Add a link
Reference in a new issue