Subversion Repositories Projects

Rev

Rev 84 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 84 Rev 129
Line -... Line 1...
-
 
1
<?xml version="1.0" encoding="utf-8"?>
1
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2
    package="org.ligi">
3
    package="org.ligi">
3
    <application>
4
    <application android:label="@string/app_name">
4
        <activity android:icon="@drawable/icon" android:name=".DUBwise" android:label="DUBwise">
5
        <activity android:icon="@drawable/icon" android:name=".DUBwise" android:label="@string/app_name">
5
            <intent-filter>
6
            <intent-filter>
6
                <action android:name="android.intent.action.MAIN" />
7
                <action android:name="android.intent.action.MAIN" />
7
                <category android:name="android.intent.category.LAUNCHER" />
8
                <category android:name="android.intent.category.LAUNCHER" />
8
            </intent-filter>
9
            </intent-filter>
9
        </activity>
10
        </activity>