henrike@webrtc.org | 1fdc51a | 2013-10-02 14:58:19 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
| 3 | android:versionCode="1" package="org.webrtc.app" android:versionName="1.07"> |
| 4 | <application android:icon="@drawable/logo" |
| 5 | android:label="@string/app_name" |
| 6 | android:debuggable="true"> |
| 7 | <activity android:name=".OpenSlDemo" |
| 8 | android:label="@string/app_name" |
| 9 | android:screenOrientation="landscape" |
| 10 | > |
| 11 | <intent-filter> |
| 12 | <action android:name="android.intent.action.MAIN" /> |
| 13 | <category android:name="android.intent.category.LAUNCHER" /> |
| 14 | <action android:name="android.intent.action.HEADSET_PLUG"/> |
| 15 | </intent-filter> |
| 16 | </activity> |
| 17 | </application> |
| 18 | |
| 19 | <uses-sdk android:minSdkVersion="14" /> |
| 20 | <uses-permission android:name="android.permission.RECORD_AUDIO" /> |
| 21 | <uses-permission android:name="android.permission.WAKE_LOCK" /> |
| 22 | </manifest> |