mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 19:50:38 +08:00
16 lines
594 B
XML
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>
|