RawEEGRaw_EEG_PlotServoTab_Interfacepyramid
Last change
on this file since 8e8266b was
8e8266b,
checked in by Steve Castellotti <sc@…>, 9 years ago
|
|
-
Property mode set to
100644
|
File size:
1.5 KB
|
Line | |
---|
1 | <?xml version="1.0" encoding="utf-8"?> |
---|
2 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
---|
3 | package="info.puzzlebox.orbit" |
---|
4 | android:versionCode="1" |
---|
5 | android:versionName="1.0" > |
---|
6 | |
---|
7 | <uses-sdk |
---|
8 | android:minSdkVersion="8" |
---|
9 | android:targetSdkVersion="15" /> |
---|
10 | |
---|
11 | <uses-permission android:name="android.permission.BLUETOOTH" /> |
---|
12 | <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" /> |
---|
13 | |
---|
14 | <!-- <uses-feature android:name="android.hardware.usb.host" /> --> |
---|
15 | |
---|
16 | <application |
---|
17 | android:icon="@drawable/ic_launcher" |
---|
18 | android:label="@string/app_name" |
---|
19 | android:theme="@style/AppTheme" > |
---|
20 | <activity |
---|
21 | android:name=".OrbitActivity" |
---|
22 | android:label="@string/app_name" > |
---|
23 | <intent-filter> |
---|
24 | <action android:name="android.intent.action.MAIN" /> |
---|
25 | |
---|
26 | <category android:name="android.intent.category.DEFAULT" /> |
---|
27 | <category android:name="android.intent.category.LAUNCHER" /> |
---|
28 | </intent-filter> |
---|
29 | <!-- <intent-filter> --> |
---|
30 | <!-- <action android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" /> --> |
---|
31 | <!-- </intent-filter> --> |
---|
32 | |
---|
33 | |
---|
34 | <!-- <meta-data --> |
---|
35 | <!-- android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" --> |
---|
36 | <!-- android:resource="@xml/device_filter" /> --> |
---|
37 | </activity> |
---|
38 | |
---|
39 | <service android:name=".AudioService" /> |
---|
40 | </application> |
---|
41 | |
---|
42 | </manifest> |
---|
Note: See
TracBrowser
for help on using the repository browser.