changeset 2732:61821532faa0

Android: Android Studio on Linux complained about missing export.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 13 Dec 2021 01:58:58 +0000
parents 85917c0c52f1
children 34e34d5d56e8
files android/AndroidManifest.xml
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/android/AndroidManifest.xml	Mon Dec 13 01:21:55 2021 +0000
+++ b/android/AndroidManifest.xml	Mon Dec 13 01:58:58 2021 +0000
@@ -17,7 +17,8 @@
         <activity android:name=".DWindows"
             android:configChanges="orientation|screenSize|screenLayout|keyboardHidden"
             android:screenOrientation="fullSensor"
-            android:persistent="true">
+            android:persistent="true"
+            android:exported="true">
             <intent-filter>
                 <action android:name="android.intent.action.MAIN" />