mirror of https://github.com/opencv/opencv.git
Merge pull request #16481 from hannesa2:DeleteOldAndroidManifest.xml
* delete old AndroidManifrst.xml * fix tutorial generationpull/16496/head
parent
bf2f7b0f8b
commit
57c9991413
10 changed files with 1 additions and 322 deletions
@ -1,37 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" |
|
||||||
package="org.opencv.samples.cameracalibration" |
|
||||||
android:versionCode="301" |
|
||||||
android:versionName="3.01" > |
|
||||||
|
|
||||||
<application |
|
||||||
android:label="@string/app_name" |
|
||||||
android:icon="@drawable/icon"> |
|
||||||
|
|
||||||
<activity android:name="CameraCalibrationActivity" |
|
||||||
android:label="@string/app_name" |
|
||||||
android:screenOrientation="landscape" |
|
||||||
android:configChanges="keyboardHidden|orientation"> |
|
||||||
<intent-filter> |
|
||||||
<action android:name="android.intent.action.MAIN" /> |
|
||||||
<category android:name="android.intent.category.LAUNCHER" /> |
|
||||||
</intent-filter> |
|
||||||
</activity> |
|
||||||
</application> |
|
||||||
|
|
||||||
<supports-screens android:resizeable="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" android:required="false"/> |
|
||||||
<uses-feature android:name="android.hardware.camera.autofocus" 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"/> |
|
||||||
|
|
||||||
</manifest> |
|
@ -1,38 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" |
|
||||||
package="org.opencv.samples.colorblobdetect" |
|
||||||
android:versionCode="301" |
|
||||||
android:versionName="3.01"> |
|
||||||
|
|
||||||
<application |
|
||||||
android:label="@string/app_name" |
|
||||||
android:icon="@drawable/icon" |
|
||||||
android:theme="@android:style/Theme.NoTitleBar.Fullscreen" > |
|
||||||
|
|
||||||
<activity android:name="ColorBlobDetectionActivity" |
|
||||||
android:label="@string/app_name" |
|
||||||
android:screenOrientation="landscape" |
|
||||||
android:configChanges="keyboardHidden|orientation"> |
|
||||||
<intent-filter> |
|
||||||
<action android:name="android.intent.action.MAIN" /> |
|
||||||
<category android:name="android.intent.category.LAUNCHER" /> |
|
||||||
</intent-filter> |
|
||||||
</activity> |
|
||||||
</application> |
|
||||||
|
|
||||||
<supports-screens android:resizeable="true" |
|
||||||
android:smallScreens="true" |
|
||||||
android:normalScreens="true" |
|
||||||
android:largeScreens="true" |
|
||||||
android:anyDensity="true" /> |
|
||||||
|
|
||||||
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="11" /> |
|
||||||
|
|
||||||
<uses-permission android:name="android.permission.CAMERA"/> |
|
||||||
|
|
||||||
<uses-feature android:name="android.hardware.camera" android:required="false"/> |
|
||||||
<uses-feature android:name="android.hardware.camera.autofocus" 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"/> |
|
||||||
|
|
||||||
</manifest> |
|
@ -1,37 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" |
|
||||||
package="org.opencv.samples.facedetect" |
|
||||||
android:versionCode="301" |
|
||||||
android:versionName="3.01"> |
|
||||||
|
|
||||||
<application |
|
||||||
android:label="@string/app_name" |
|
||||||
android:icon="@drawable/icon"> |
|
||||||
|
|
||||||
<activity android:name="FdActivity" |
|
||||||
android:label="@string/app_name" |
|
||||||
android:screenOrientation="landscape" |
|
||||||
android:configChanges="keyboardHidden|orientation"> |
|
||||||
<intent-filter> |
|
||||||
<action android:name="android.intent.action.MAIN" /> |
|
||||||
<category android:name="android.intent.category.LAUNCHER" /> |
|
||||||
</intent-filter> |
|
||||||
</activity> |
|
||||||
</application> |
|
||||||
|
|
||||||
<supports-screens android:resizeable="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" android:required="false"/> |
|
||||||
<uses-feature android:name="android.hardware.camera.autofocus" 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"/> |
|
||||||
|
|
||||||
</manifest> |
|
@ -1,37 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" |
|
||||||
package="org.opencv.samples.imagemanipulations" |
|
||||||
android:versionCode="301" |
|
||||||
android:versionName="3.01"> |
|
||||||
|
|
||||||
<application |
|
||||||
android:label="@string/app_name" |
|
||||||
android:icon="@drawable/icon"> |
|
||||||
|
|
||||||
<activity android:name="ImageManipulationsActivity" |
|
||||||
android:label="@string/app_name" |
|
||||||
android:screenOrientation="landscape" |
|
||||||
android:configChanges="keyboardHidden|orientation"> |
|
||||||
<intent-filter> |
|
||||||
<action android:name="android.intent.action.MAIN" /> |
|
||||||
<category android:name="android.intent.category.LAUNCHER" /> |
|
||||||
</intent-filter> |
|
||||||
</activity> |
|
||||||
</application> |
|
||||||
|
|
||||||
<supports-screens android:resizeable="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" android:required="false"/> |
|
||||||
<uses-feature android:name="android.hardware.camera.autofocus" 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"/> |
|
||||||
|
|
||||||
</manifest> |
|
@ -1,28 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" |
|
||||||
package="org.opencv.samples.opencv_mobilenet"> |
|
||||||
|
|
||||||
<application |
|
||||||
android:allowBackup="true" |
|
||||||
android:icon="@mipmap/ic_launcher" |
|
||||||
android:label="@string/app_name" |
|
||||||
android:roundIcon="@mipmap/ic_launcher_round" |
|
||||||
android:supportsRtl="true" |
|
||||||
android:theme="@style/Theme.AppCompat.NoActionBar"> <!--Full screen mode--> |
|
||||||
<activity android:name=".MainActivity" |
|
||||||
android:screenOrientation="landscape"> <!--Screen orientation--> |
|
||||||
<intent-filter> |
|
||||||
<action android:name="android.intent.action.MAIN" /> |
|
||||||
<category android:name="android.intent.category.LAUNCHER" /> |
|
||||||
</intent-filter> |
|
||||||
</activity> |
|
||||||
</application> |
|
||||||
|
|
||||||
<!--Allow to use a camera--> |
|
||||||
<uses-permission android:name="android.permission.CAMERA"/> |
|
||||||
<uses-feature android:name="android.hardware.camera" android:required="false"/> |
|
||||||
<uses-feature android:name="android.hardware.camera.autofocus" 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"/> |
|
||||||
|
|
||||||
</manifest> |
|
@ -1,38 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" |
|
||||||
package="org.opencv.samples.tutorial1" |
|
||||||
android:versionCode="301" |
|
||||||
android:versionName="3.01"> |
|
||||||
|
|
||||||
<application |
|
||||||
android:label="@string/app_name" |
|
||||||
android:icon="@drawable/icon" |
|
||||||
android:theme="@android:style/Theme.NoTitleBar.Fullscreen" > |
|
||||||
|
|
||||||
<activity android:name="Tutorial1Activity" |
|
||||||
android:label="@string/app_name" |
|
||||||
android:screenOrientation="landscape" |
|
||||||
android:configChanges="keyboardHidden|orientation"> |
|
||||||
<intent-filter> |
|
||||||
<action android:name="android.intent.action.MAIN" /> |
|
||||||
<category android:name="android.intent.category.LAUNCHER" /> |
|
||||||
</intent-filter> |
|
||||||
</activity> |
|
||||||
</application> |
|
||||||
|
|
||||||
<supports-screens android:resizeable="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" android:required="false"/> |
|
||||||
<uses-feature android:name="android.hardware.camera.autofocus" 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"/> |
|
||||||
|
|
||||||
</manifest> |
|
@ -1,37 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" |
|
||||||
package="org.opencv.samples.tutorial2" |
|
||||||
android:versionCode="301" |
|
||||||
android:versionName="3.01"> |
|
||||||
|
|
||||||
<application |
|
||||||
android:label="@string/app_name" |
|
||||||
android:icon="@drawable/icon"> |
|
||||||
|
|
||||||
<activity android:name="Tutorial2Activity" |
|
||||||
android:label="@string/app_name" |
|
||||||
android:screenOrientation="landscape" |
|
||||||
android:configChanges="keyboardHidden|orientation"> |
|
||||||
<intent-filter> |
|
||||||
<action android:name="android.intent.action.MAIN" /> |
|
||||||
<category android:name="android.intent.category.LAUNCHER" /> |
|
||||||
</intent-filter> |
|
||||||
</activity> |
|
||||||
</application> |
|
||||||
|
|
||||||
<supports-screens android:resizeable="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" android:required="false"/> |
|
||||||
<uses-feature android:name="android.hardware.camera.autofocus" 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"/> |
|
||||||
|
|
||||||
</manifest> |
|
@ -1,38 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" |
|
||||||
package="org.opencv.samples.tutorial3" |
|
||||||
android:versionCode="301" |
|
||||||
android:versionName="3.01"> |
|
||||||
|
|
||||||
<application |
|
||||||
android:label="@string/app_name" |
|
||||||
android:icon="@drawable/icon"> |
|
||||||
|
|
||||||
<activity android:name="Tutorial3Activity" |
|
||||||
android:label="@string/app_name" |
|
||||||
android:screenOrientation="landscape" |
|
||||||
android:configChanges="keyboardHidden|orientation"> |
|
||||||
<intent-filter> |
|
||||||
<action android:name="android.intent.action.MAIN" /> |
|
||||||
<category android:name="android.intent.category.LAUNCHER" /> |
|
||||||
</intent-filter> |
|
||||||
</activity> |
|
||||||
</application> |
|
||||||
|
|
||||||
<supports-screens android:resizeable="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" android:required="false"/> |
|
||||||
<uses-feature android:name="android.hardware.camera.autofocus" 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-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> |
|
||||||
|
|
||||||
</manifest> |
|
@ -1,31 +0,0 @@ |
|||||||
<?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" > |
|
||||||
|
|
||||||
<uses-sdk |
|
||||||
android:minSdkVersion="14" |
|
||||||
android:targetSdkVersion="21" /> |
|
||||||
|
|
||||||
<uses-feature android:glEsVersion="0x00020000" android:required="true"/> |
|
||||||
<uses-feature android:name="android.hardware.camera"/> |
|
||||||
<uses-feature android:name="android.hardware.camera2" android:required="false"/> |
|
||||||
<uses-permission android:name="android.permission.CAMERA"/> |
|
||||||
|
|
||||||
<application |
|
||||||
android:allowBackup="true" |
|
||||||
android:icon="@drawable/icon"> |
|
||||||
<activity |
|
||||||
android:name=".Tutorial4Activity" |
|
||||||
android:label="@string/app_name" |
|
||||||
android:screenOrientation="landscape" |
|
||||||
android:configChanges="keyboardHidden|orientation"> |
|
||||||
<intent-filter> |
|
||||||
<action android:name="android.intent.action.MAIN" /> |
|
||||||
<category android:name="android.intent.category.LAUNCHER" /> |
|
||||||
</intent-filter> |
|
||||||
</activity> |
|
||||||
</application> |
|
||||||
|
|
||||||
</manifest> |
|
Loading…
Reference in new issue