diff --git a/res/values/strings.xml b/res/values/strings.xml index cb3b96a7dc2..23fdc3a3b2c 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -10481,6 +10481,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" /> + +