Subversion Repositories Projects

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
84 ligi 1
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2
    package="org.ligi">
3
    <application>
4
        <activity android:icon="@drawable/icon" android:name=".DUBwise" android:label="DUBwise">
5
            <intent-filter>
6
                <action android:name="android.intent.action.MAIN" />
7
                <category android:name="android.intent.category.LAUNCHER" />
8
            </intent-filter>
9
        </activity>
10
    </application>
11
</manifest>