switch to alsa.omap3 module
[android_pandora.git] / apps / oi-filemanager / FileManagerDemo / AndroidManifest.xml
CommitLineData
811a5a4a 1<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 package="org.openintents.filemanager.demo"
4 android:versionCode="3"
5 android:versionName="1.0.2">
6 <!-- History:
7 1.0.2 [3]: 2011-02-13
8 1.0.1 [2]: 2011-02-05
9 1.0.0 [1]: 2008-12-11 -->
10
11 <uses-sdk android:minSdkVersion="2" android:targetSdkVersion="15"/>
12
13 <application android:icon="@drawable/icon" android:label="@string/app_name">
14 <activity android:name=".Demo"
15 android:label="@string/app_name">
16 <intent-filter>
17 <action android:name="android.intent.action.MAIN" />
18 <category android:name="android.intent.category.LAUNCHER" />
19 </intent-filter>
20 </activity>
21 </application>
22</manifest>