Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
47b96407
Commit
47b96407
authored
Aug 28, 2012
by
Andrey Kamaev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated package version in Android samples
parent
7744b1d6
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
62 additions
and
61 deletions
+62
-61
AndroidManifest.xml
samples/android/15-puzzle/AndroidManifest.xml
+7
-7
AndroidManifest.xml
samples/android/color-blob-detection/AndroidManifest.xml
+4
-3
AndroidManifest.xml
samples/android/face-detection/AndroidManifest.xml
+7
-7
AndroidManifest.xml
samples/android/image-manipulations/AndroidManifest.xml
+7
-7
AndroidManifest.xml
samples/android/tutorial-0-androidcamera/AndroidManifest.xml
+9
-9
AndroidManifest.xml
samples/android/tutorial-1-addopencv/AndroidManifest.xml
+7
-7
AndroidManifest.xml
samples/android/tutorial-2-opencvcamera/AndroidManifest.xml
+7
-7
AndroidManifest.xml
samples/android/tutorial-3-native/AndroidManifest.xml
+7
-7
AndroidManifest.xml
samples/android/tutorial-4-mixed/AndroidManifest.xml
+7
-7
No files found.
samples/android/15-puzzle/AndroidManifest.xml
View file @
47b96407
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"org.opencv.samples.puzzle15"
android:versionCode=
"1"
android:versionName=
"
1.0
"
>
android:versionCode=
"
2
1"
android:versionName=
"
2.1
"
>
<supports-screens
android:resizeable=
"true"
android:smallScreens=
"true"
android:normalScreens=
"true"
android:largeScreens=
"true"
android:smallScreens=
"true"
android:normalScreens=
"true"
android:largeScreens=
"true"
android:anyDensity=
"true"
/>
<application
android:icon=
"@drawable/icon"
android:label=
"@string/app_name"
>
<activity
android:name=
".puzzle15Activity"
android:label=
"@string/app_name"
...
...
@@ -21,7 +21,7 @@
</intent-filter>
</activity>
</application>
<uses-sdk
android:minSdkVersion=
"8"
/>
<uses-permission
android:name=
"android.permission.CAMERA"
/>
...
...
samples/android/color-blob-detection/AndroidManifest.xml
View file @
47b96407
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"org.opencv.example.colorblobdetect"
android:versionCode=
"1"
android:versionName=
"
1.0
"
>
android:versionCode=
"
2
1"
android:versionName=
"
2.1
"
>
<uses-sdk
android:minSdkVersion=
"8"
/>
...
...
@@ -23,5 +23,5 @@
<uses-permission
android:name=
"android.permission.CAMERA"
/>
<uses-feature
android:name=
"android.hardware.camera"
/>
<uses-feature
android:name=
"android.hardware.camera.autofocus"
/>
</manifest>
\ No newline at end of file
samples/android/face-detection/AndroidManifest.xml
View file @
47b96407
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"org.opencv.samples.fd"
android:versionCode=
"1"
android:versionName=
"
1.0
"
>
android:versionCode=
"
2
1"
android:versionName=
"
2.1
"
>
<supports-screens
android:resizeable=
"true"
android:smallScreens=
"true"
android:normalScreens=
"true"
android:largeScreens=
"true"
android:smallScreens=
"true"
android:normalScreens=
"true"
android:largeScreens=
"true"
android:anyDensity=
"true"
/>
<application
android:label=
"@string/app_name"
android:icon=
"@drawable/icon"
>
...
...
@@ -21,11 +21,11 @@
</intent-filter>
</activity>
</application>
<uses-sdk
android:minSdkVersion=
"8"
/>
<uses-permission
android:name=
"android.permission.CAMERA"
/>
<uses-feature
android:name=
"android.hardware.camera"
/>
<uses-feature
android:name=
"android.hardware.camera.autofocus"
/>
</manifest>
</manifest>
samples/android/image-manipulations/AndroidManifest.xml
View file @
47b96407
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"org.opencv.samples.imagemanipulations"
android:versionCode=
"1"
android:versionName=
"
1.0
"
>
android:versionCode=
"
2
1"
android:versionName=
"
2.1
"
>
<supports-screens
android:resizeable=
"true"
android:smallScreens=
"true"
android:normalScreens=
"true"
android:largeScreens=
"true"
android:smallScreens=
"true"
android:normalScreens=
"true"
android:largeScreens=
"true"
android:anyDensity=
"true"
/>
<application
android:label=
"@string/app_name"
android:icon=
"@drawable/icon"
>
...
...
@@ -21,11 +21,11 @@
</intent-filter>
</activity>
</application>
<uses-sdk
android:minSdkVersion=
"8"
/>
<uses-permission
android:name=
"android.permission.CAMERA"
/>
<uses-feature
android:name=
"android.hardware.camera"
/>
<uses-feature
android:name=
"android.hardware.camera.autofocus"
/>
</manifest>
</manifest>
samples/android/tutorial-0-androidcamera/AndroidManifest.xml
View file @
47b96407
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"org.opencv.samples.tutorial0"
android:versionCode=
"1"
android:versionName=
"
1.0
"
>
android:versionCode=
"
2
1"
android:versionName=
"
2.1
"
>
<supports-screens
android:resizeable=
"true"
android:smallScreens=
"true"
android:normalScreens=
"true"
android:largeScreens=
"true"
android:smallScreens=
"true"
android:normalScreens=
"true"
android:largeScreens=
"true"
android:anyDensity=
"true"
/>
<uses-sdk
android:minSdkVersion=
"8"
/>
<uses-permission
android:name=
"android.permission.CAMERA"
/>
<uses-feature
android:name=
"android.hardware.camera"
/>
<uses-feature
android:name=
"android.hardware.camera.autofocus"
/>
<application
android:label=
"@string/app_name"
android:icon=
"@drawable/icon"
>
<activity
android:name=
"Sample0Base"
android:label=
"@string/app_name"
...
...
@@ -27,6 +27,6 @@
</intent-filter>
</activity>
</application>
</manifest>
</manifest>
samples/android/tutorial-1-addopencv/AndroidManifest.xml
View file @
47b96407
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"org.opencv.samples.tutorial1"
android:versionCode=
"1"
android:versionName=
"
1.0
"
>
android:versionCode=
"
2
1"
android:versionName=
"
2.1
"
>
<supports-screens
android:resizeable=
"true"
android:smallScreens=
"true"
android:normalScreens=
"true"
android:largeScreens=
"true"
android:smallScreens=
"true"
android:normalScreens=
"true"
android:largeScreens=
"true"
android:anyDensity=
"true"
/>
<application
android:label=
"@string/app_name"
android:icon=
"@drawable/icon"
>
...
...
@@ -21,11 +21,11 @@
</intent-filter>
</activity>
</application>
<uses-sdk
android:minSdkVersion=
"8"
/>
<uses-permission
android:name=
"android.permission.CAMERA"
/>
<uses-feature
android:name=
"android.hardware.camera"
/>
<uses-feature
android:name=
"android.hardware.camera.autofocus"
/>
</manifest>
</manifest>
samples/android/tutorial-2-opencvcamera/AndroidManifest.xml
View file @
47b96407
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"org.opencv.samples.tutorial2"
android:versionCode=
"1"
android:versionName=
"
1.0
"
>
android:versionCode=
"
2
1"
android:versionName=
"
2.1
"
>
<supports-screens
android:resizeable=
"true"
android:smallScreens=
"true"
android:normalScreens=
"true"
android:largeScreens=
"true"
android:smallScreens=
"true"
android:normalScreens=
"true"
android:largeScreens=
"true"
android:anyDensity=
"true"
/>
<application
android:label=
"@string/app_name"
android:icon=
"@drawable/icon"
>
...
...
@@ -21,11 +21,11 @@
</intent-filter>
</activity>
</application>
<uses-sdk
android:minSdkVersion=
"8"
/>
<uses-permission
android:name=
"android.permission.CAMERA"
/>
<uses-feature
android:name=
"android.hardware.camera"
/>
<uses-feature
android:name=
"android.hardware.camera.autofocus"
/>
</manifest>
</manifest>
samples/android/tutorial-3-native/AndroidManifest.xml
View file @
47b96407
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"org.opencv.samples.tutorial3"
android:versionCode=
"1"
android:versionName=
"
1.0
"
>
android:versionCode=
"
2
1"
android:versionName=
"
2.1
"
>
<supports-screens
android:resizeable=
"true"
android:smallScreens=
"true"
android:normalScreens=
"true"
android:largeScreens=
"true"
android:smallScreens=
"true"
android:normalScreens=
"true"
android:largeScreens=
"true"
android:anyDensity=
"true"
/>
<application
android:label=
"@string/app_name"
android:icon=
"@drawable/icon"
>
...
...
@@ -21,11 +21,11 @@
</intent-filter>
</activity>
</application>
<uses-sdk
android:minSdkVersion=
"8"
/>
<uses-permission
android:name=
"android.permission.CAMERA"
/>
<uses-feature
android:name=
"android.hardware.camera"
/>
<uses-feature
android:name=
"android.hardware.camera.autofocus"
/>
</manifest>
</manifest>
samples/android/tutorial-4-mixed/AndroidManifest.xml
View file @
47b96407
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"org.opencv.samples.tutorial4"
android:versionCode=
"1"
android:versionName=
"
1.0
"
>
android:versionCode=
"
2
1"
android:versionName=
"
2.1
"
>
<supports-screens
android:resizeable=
"true"
android:smallScreens=
"true"
android:normalScreens=
"true"
android:largeScreens=
"true"
android:smallScreens=
"true"
android:normalScreens=
"true"
android:largeScreens=
"true"
android:anyDensity=
"true"
/>
<application
android:label=
"@string/app_name"
android:icon=
"@drawable/icon"
>
...
...
@@ -21,11 +21,11 @@
</intent-filter>
</activity>
</application>
<uses-sdk
android:minSdkVersion=
"8"
/>
<uses-permission
android:name=
"android.permission.CAMERA"
/>
<uses-feature
android:name=
"android.hardware.camera"
/>
<uses-feature
android:name=
"android.hardware.camera.autofocus"
/>
</manifest>
</manifest>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment