RawEEGServoTab_Interfacepyramid
Last change
on this file since 0ab8242 was
81fb7d8,
checked in by Steve Castellotti <sc@…>, 9 years ago
|
Layout:
- default Meditation setting disabled
Orbit:
|
-
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="3" |
---|
5 | android:versionName="1.2.2" > |
---|
6 | |
---|
7 | <uses-sdk |
---|
8 | android:minSdkVersion="8" |
---|
9 | android:targetSdkVersion="17" /> |
---|
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 | android:allowBackup="true" > |
---|
21 | |
---|
22 | <activity |
---|
23 | android:name=".OrbitActivity" |
---|
24 | android:label="@string/app_name" > |
---|
25 | <intent-filter> |
---|
26 | <action android:name="android.intent.action.MAIN" /> |
---|
27 | |
---|
28 | <category android:name="android.intent.category.DEFAULT" /> |
---|
29 | <category android:name="android.intent.category.LAUNCHER" /> |
---|
30 | </intent-filter> |
---|
31 | <!-- <intent-filter> --> |
---|
32 | <!-- <action android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" /> --> |
---|
33 | <!-- </intent-filter> --> |
---|
34 | |
---|
35 | |
---|
36 | <!-- <meta-data --> |
---|
37 | <!-- android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" --> |
---|
38 | <!-- android:resource="@xml/device_filter" /> --> |
---|
39 | </activity> |
---|
40 | |
---|
41 | <service android:name=".AudioService" /> |
---|
42 | </application> |
---|
43 | |
---|
44 | </manifest> |
---|
Note: See
TracBrowser
for help on using the repository browser.