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

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: 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 1b2c8c2b685e9f886871fd624456e1fc3950ff03..d2d6c7e05a123bb99c4e30355226a3ead90fa33d 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" />
tommi (sloooow) - chröme 2013/11/29 11:45:47 remove this from this cl?
henrika (OOO until Aug 14) 2013/11/29 12:20:20 hhmmm, yes.
<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