1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Modified Android Samples

This commit is contained in:
Andrey Kamaev
2011-07-14 12:47:07 +00:00
parent 08f1f5769a
commit 14bc6e3e6c
7 changed files with 175 additions and 126 deletions
+3 -3
View File
@@ -3,9 +3,9 @@
package="org.opencv"
android:versionCode="1"
android:versionName="1.0">
<application android:label="OpenCV">
<activity android:name="OpenCV"
android:label="OpenCV">
<application android:label="opencv2.3.1">
<activity android:name="opencv2.3.1"
android:label="opencv2.3.1">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />