aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sdk_addon/manifest.ini8
1 files changed, 8 insertions, 0 deletions
diff --git a/sdk_addon/manifest.ini b/sdk_addon/manifest.ini
index d91c53c..fda2a84 100644
--- a/sdk_addon/manifest.ini
+++ b/sdk_addon/manifest.ini
@@ -17,3 +17,11 @@ libraries=com.example.android.platform_library
com.example.android.platform_library=platform_library.jar;Sample optional plaform library
+# USB Vendor ID
+# This 16-bit integer allows adb to detect new devices, by extending the list
+# of USB Vendor IDs it knows. After installing an add-on the command
+# 'android update' adb' must be run to update a file that adb reads during
+# start-up.
+#usb-vendor=0x0000
+
+