opencv/modules/java/android/AndroidManifest.xml
2011-07-15 15:56:08 +00:00

16 lines
594 B
XML

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.opencv"
android:versionCode="1"
android:versionName="1.0">
<application android:label="OpenCV-2.3.1">
<activity android:name="OpenCV-2.3.1"
android:label="OpenCV-2.3.1">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
</manifest>