From 57c99914133bea42b1fd6e176ebf35e210d7163d Mon Sep 17 00:00:00 2001 From: hannesa2 Date: Mon, 3 Feb 2020 14:34:03 +0100 Subject: [PATCH] Merge pull request #16481 from hannesa2:DeleteOldAndroidManifest.xml * delete old AndroidManifrst.xml * fix tutorial generation --- doc/tutorials/dnn/dnn_android/dnn_android.markdown | 2 +- .../android/camera-calibration/AndroidManifest.xml | 37 --------------------- .../color-blob-detection/AndroidManifest.xml | 38 ---------------------- samples/android/face-detection/AndroidManifest.xml | 37 --------------------- .../image-manipulations/AndroidManifest.xml | 37 --------------------- .../mobilenet-objdetect/AndroidManifest.xml | 28 ---------------- .../tutorial-1-camerapreview/AndroidManifest.xml | 38 ---------------------- .../tutorial-2-mixedprocessing/AndroidManifest.xml | 37 --------------------- .../tutorial-3-cameracontrol/AndroidManifest.xml | 38 ---------------------- .../android/tutorial-4-opencl/AndroidManifest.xml | 31 ------------------ 10 files changed, 1 insertion(+), 322 deletions(-) delete mode 100644 samples/android/camera-calibration/AndroidManifest.xml delete mode 100644 samples/android/color-blob-detection/AndroidManifest.xml delete mode 100644 samples/android/face-detection/AndroidManifest.xml delete mode 100644 samples/android/image-manipulations/AndroidManifest.xml delete mode 100644 samples/android/mobilenet-objdetect/AndroidManifest.xml delete mode 100644 samples/android/tutorial-1-camerapreview/AndroidManifest.xml delete mode 100644 samples/android/tutorial-2-mixedprocessing/AndroidManifest.xml delete mode 100644 samples/android/tutorial-3-cameracontrol/AndroidManifest.xml delete mode 100644 samples/android/tutorial-4-opencl/AndroidManifest.xml diff --git a/doc/tutorials/dnn/dnn_android/dnn_android.markdown b/doc/tutorials/dnn/dnn_android/dnn_android.markdown index 158dac8..0ceaebb 100644 --- a/doc/tutorials/dnn/dnn_android/dnn_android.markdown +++ b/doc/tutorials/dnn/dnn_android/dnn_android.markdown @@ -88,7 +88,7 @@ into `app/build/intermediates/assets/debug` folder. - Modify `/app/src/main/AndroidManifest.xml` to enable full-screen mode, set up a correct screen orientation and allow to use a camera. -@include android/mobilenet-objdetect/AndroidManifest.xml +@include android/mobilenet-objdetect/gradle/AndroidManifest.xml - Replace content of `app/src/main/java/org/opencv/samples/opencv_mobilenet/MainActivity.java`: @include android/mobilenet-objdetect/src/org/opencv/samples/opencv_mobilenet/MainActivity.java diff --git a/samples/android/camera-calibration/AndroidManifest.xml b/samples/android/camera-calibration/AndroidManifest.xml deleted file mode 100644 index 20282a1..0000000 --- a/samples/android/camera-calibration/AndroidManifest.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/samples/android/color-blob-detection/AndroidManifest.xml b/samples/android/color-blob-detection/AndroidManifest.xml deleted file mode 100644 index ac16bb9..0000000 --- a/samples/android/color-blob-detection/AndroidManifest.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/samples/android/face-detection/AndroidManifest.xml b/samples/android/face-detection/AndroidManifest.xml deleted file mode 100644 index f661567..0000000 --- a/samples/android/face-detection/AndroidManifest.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/samples/android/image-manipulations/AndroidManifest.xml b/samples/android/image-manipulations/AndroidManifest.xml deleted file mode 100644 index 7791b42..0000000 --- a/samples/android/image-manipulations/AndroidManifest.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/samples/android/mobilenet-objdetect/AndroidManifest.xml b/samples/android/mobilenet-objdetect/AndroidManifest.xml deleted file mode 100644 index e8d17ba..0000000 --- a/samples/android/mobilenet-objdetect/AndroidManifest.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/samples/android/tutorial-1-camerapreview/AndroidManifest.xml b/samples/android/tutorial-1-camerapreview/AndroidManifest.xml deleted file mode 100644 index d9ecac8..0000000 --- a/samples/android/tutorial-1-camerapreview/AndroidManifest.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/samples/android/tutorial-2-mixedprocessing/AndroidManifest.xml b/samples/android/tutorial-2-mixedprocessing/AndroidManifest.xml deleted file mode 100644 index 0d44bec..0000000 --- a/samples/android/tutorial-2-mixedprocessing/AndroidManifest.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/samples/android/tutorial-3-cameracontrol/AndroidManifest.xml b/samples/android/tutorial-3-cameracontrol/AndroidManifest.xml deleted file mode 100644 index 508ee94..0000000 --- a/samples/android/tutorial-3-cameracontrol/AndroidManifest.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/samples/android/tutorial-4-opencl/AndroidManifest.xml b/samples/android/tutorial-4-opencl/AndroidManifest.xml deleted file mode 100644 index f44d9a5..0000000 --- a/samples/android/tutorial-4-opencl/AndroidManifest.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - -- 2.7.4