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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user