43 lines
1.2 KiB
YAML
43 lines
1.2 KiB
YAML
Categories:
|
|
- System
|
|
- Connectivity
|
|
License: GPL-3.0-only
|
|
AuthorName: Joshua Wolfsohn
|
|
AuthorEmail: jpwolfso@edu.uwaterloo.ca
|
|
SourceCode: https://github.com/joshuawolfsohn/Private-DNS-Quick-Tile
|
|
IssueTracker: https://github.com/joshuawolfsohn/Private-DNS-Quick-Tile/issues
|
|
Changelog: https://github.com/joshuawolfsohn/Private-DNS-Quick-Tile/releases
|
|
|
|
AutoName: Private DNS Quick Tile
|
|
Summary: Quickly toggle the Private DNS feature introduced in Android 9.0
|
|
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
|
|
|
|
pm grant com.jpwolfso.privdnsqt android.permission.WRITE_SECURE_SETTINGS
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/joshuawolfsohn/Private-DNS-Quick-Tile.git
|
|
|
|
Builds:
|
|
- versionName: 1.1.1
|
|
versionCode: 2
|
|
commit: v1.1.1
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: '1.2'
|
|
versionCode: 3
|
|
commit: v1.2
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: Version v%v
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: '1.2'
|
|
CurrentVersionCode: 3
|