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

android: add android:exported="true"

This commit is contained in:
Alexander Alekhin
2022-10-23 12:11:10 +00:00
parent 23edec83fb
commit eae5fd81e5
10 changed files with 57 additions and 39 deletions
@@ -8,7 +8,9 @@
android:icon="@drawable/icon"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen" >
<activity android:name="Tutorial1Activity"
<activity
android:exported="true"
android:name="Tutorial1Activity"
android:label="@string/app_name"
android:screenOrientation="landscape"
android:configChanges="keyboardHidden|orientation">