~russo79/mnemosyne-proj/force-matplotlib-pyqt4-backend

« back to all changes in this revision

Viewing changes to mnemosyne/mnemosyne/android/mnemosyne/AndroidManifest.xml

  • Committer: Peter.Bienstman at UGent
  • Date: 2014-04-24 18:48:32 UTC
  • Revision ID: peter.bienstman@ugent.be-20140424184832-ne26w2kf0sh36bam
Android review widget.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
 
    package="com.srplabexample.javacallpython"
 
3
    package="org.mnemosyne"
4
4
    android:versionCode="1"
5
5
    android:versionName="1.0" >
6
6
 
11
11
        android:label="@string/app_name" >
12
12
        <activity
13
13
            android:label="@string/app_name"
14
 
            android:name=".Java_call_pythonActivity" >
 
14
            android:name="MnemosyneActivity" >
15
15
            <intent-filter >
16
16
                <action android:name="android.intent.action.MAIN" />
17
17
 
18
18
                <category android:name="android.intent.category.LAUNCHER" />
19
19
            </intent-filter>
20
20
        </activity>
 
21
        <activity android:name="ReviewActivity"></activity>
21
22
    </application>
22
23
 
23
24
</manifest>
 
 
b'\\ No newline at end of file'