Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(562)

Unified Diff: testing/android/AndroidManifest.xml

Issue 78033003: Adding device enumeration to Android device manager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tommi@, nits Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: testing/android/AndroidManifest.xml
diff --git a/testing/android/AndroidManifest.xml b/testing/android/AndroidManifest.xml
index 375ade321e5c1908720af9fa7609c602be6809f0..617c3255d85c7d86375766e1545720fd4de739df 100644
--- a/testing/android/AndroidManifest.xml
+++ b/testing/android/AndroidManifest.xml
@@ -24,6 +24,7 @@ found in the LICENSE file.
</activity>
</application>
+ <uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"/>

Powered by Google App Engine
This is Rietveld 408576698