1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Merge pull request #16481 from hannesa2:DeleteOldAndroidManifest.xml

* delete old AndroidManifrst.xml

* fix tutorial generation
This commit is contained in:
hannesa2
2020-02-03 14:34:03 +01:00
committed by GitHub
parent bf2f7b0f8b
commit 57c9991413
10 changed files with 1 additions and 322 deletions
@@ -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