Add a global setting to disable DNS over TLS
Bug: 63449024 Test: Manual. Appears to work. Change-Id: Ib3b58bfff5951240a2e02f18c362efa96635ef4f
This commit is contained in:
@@ -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_";
|
||||
|
||||
Reference in New Issue
Block a user