diff --git a/res/values/strings.xml b/res/values/strings.xml
index 94972f78f45..de83bf0f7b6 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -10454,6 +10454,11 @@
Quick settings developer tiles
+
+ Disable adb authorization timeout
+
+ Disable automatic revocation of adb authorizations for systems that have not reconnected within the default (7 days) or user-configured (minimum 1 day) amount of time.
+
Winscope Trace
diff --git a/res/xml/development_settings.xml b/res/xml/development_settings.xml
index b4d0bba047c..48a0850c7ba 100644
--- a/res/xml/development_settings.xml
+++ b/res/xml/development_settings.xml
@@ -148,6 +148,11 @@
android:summary="@string/enable_adb_wireless_summary"
settings:keywords="@string/keywords_adb_wireless" />
+
+