diff --git a/res/values/strings.xml b/res/values/strings.xml index d01f8be555a..45f18dab9d2 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -10491,6 +10491,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" /> + +