Add a global setting to disable DNS over TLS

Bug: 63449024
Test: Manual.  Appears to work.
Change-Id: Ib3b58bfff5951240a2e02f18c362efa96635ef4f
This commit is contained in:
Ben Schwartz
2017-10-02 13:27:13 -04:00
parent 26817938f6
commit bccbd009ed
4 changed files with 22 additions and 4 deletions

View File

@@ -9016,6 +9016,13 @@ public final class Settings {
*/
public static final String DEFAULT_DNS_SERVER = "default_dns_server";
/**
* Whether to disable DNS over TLS (boolean)
*
* @hide
*/
public static final String DNS_TLS_DISABLED = "dns_tls_disabled";
/** {@hide} */
public static final String
BLUETOOTH_HEADSET_PRIORITY_PREFIX = "bluetooth_headset_priority_";