mirror of
https://github.com/opencv/opencv.git
synced 2024-12-04 16:59:12 +08:00
Fix package name of Android color blob detection sample
(cherry picked from commit fc93518449
)
Signed-off-by: Andrey Kamaev <andrey.kamaev@itseez.com>
This commit is contained in:
parent
11bffb0e7d
commit
58baf2b455
@ -1,8 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="org.opencv.example.colorblobdetect"
|
package="org.opencv.samples.colorblobdetect"
|
||||||
android:versionCode="21"
|
android:versionCode="21"
|
||||||
android:versionName="2.1" >
|
android:versionName="2.1">
|
||||||
|
|
||||||
<application android:label="@string/app_name" android:icon="@drawable/icon">
|
<application android:label="@string/app_name" android:icon="@drawable/icon">
|
||||||
<activity android:name="ColorBlobDetectionActivity"
|
<activity android:name="ColorBlobDetectionActivity"
|
||||||
@ -31,4 +31,4 @@
|
|||||||
<uses-feature android:name="android.hardware.camera.front" android:required="false"/>
|
<uses-feature android:name="android.hardware.camera.front" android:required="false"/>
|
||||||
<uses-feature android:name="android.hardware.camera.front.autofocus" android:required="false"/>
|
<uses-feature android:name="android.hardware.camera.front.autofocus" android:required="false"/>
|
||||||
|
|
||||||
</manifest>
|
</manifest>
|
||||||
|
Loading…
Reference in New Issue
Block a user