diff --git a/res/values/strings.xml b/res/values/strings.xml
index 0652bfe1288..0753d08d88d 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -2989,6 +2989,8 @@
USB debugging
Debug mode when USB is connected
+
+ Revoke USB debugging authorizations
Power menu bug reports
@@ -3005,6 +3007,8 @@
Allow USB debugging?
USB debugging is intended for development purposes only. Use it to copy data between your computer and your device, install apps on your device without notification, and read log data.
+
+ Revoke access to USB debugging from all computers you\'ve previously authorized?
Allow development settings?
diff --git a/res/xml/development_prefs.xml b/res/xml/development_prefs.xml
index 67473c27155..c199b1d35e5 100644
--- a/res/xml/development_prefs.xml
+++ b/res/xml/development_prefs.xml
@@ -57,6 +57,9 @@
android:title="@string/enable_adb"
android:summary="@string/enable_adb_summary"/>
+
+