diff --git a/res/values/strings.xml b/res/values/strings.xml
index 419cb11c724..44d8170f45e 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -2987,6 +2987,8 @@
USB debugging
Debug mode when USB is connected
+
+ Revoke USB debugging authorizations
Power menu bug reports
@@ -3003,6 +3005,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"/>
+
+