Changeset 8e8266b in orbit for android/AndroidManifest.xml
- Timestamp:
- 03/04/13 15:04:30 (9 years ago)
- Branches:
- master, RawEEG, Raw_EEG_Plot, Servo, Tab_Interface, pyramid
- Children:
- a86d057
- Parents:
- 34ba659
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
android/AndroidManifest.xml
r34ba659 r8e8266b 12 12 <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" /> 13 13 14 <!--<uses-feature android:name="android.hardware.usb.host" /> -->14 <!-- <uses-feature android:name="android.hardware.usb.host" /> --> 15 15 16 16 <application … … 27 27 <category android:name="android.intent.category.LAUNCHER" /> 28 28 </intent-filter> 29 <!--<intent-filter> -->30 <!--<action android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" /> -->31 <!--</intent-filter> -->29 <!-- <intent-filter> --> 30 <!-- <action android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" /> --> 31 <!-- </intent-filter> --> 32 32 33 <!-- <meta-data --> 34 <!-- android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" --> 35 <!-- android:resource="@xml/device_filter" /> --> 33 34 <!-- <meta-data --> 35 <!-- android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" --> 36 <!-- android:resource="@xml/device_filter" /> --> 36 37 </activity> 38 39 <service android:name=".AudioService" /> 37 40 </application> 38 41
Note: See TracChangeset
for help on using the changeset viewer.