comparison android/AndroidManifest.xml @ 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 c0be28906839
children
comparison
equal deleted inserted replaced
2731:85917c0c52f1 2732:61821532faa0
15 android:usesCleartextTraffic="true" 15 android:usesCleartextTraffic="true"
16 android:theme="@style/Theme.Dwtest"> 16 android:theme="@style/Theme.Dwtest">
17 <activity android:name=".DWindows" 17 <activity android:name=".DWindows"
18 android:configChanges="orientation|screenSize|screenLayout|keyboardHidden" 18 android:configChanges="orientation|screenSize|screenLayout|keyboardHidden"
19 android:screenOrientation="fullSensor" 19 android:screenOrientation="fullSensor"
20 android:persistent="true"> 20 android:persistent="true"
21 android:exported="true">
21 <intent-filter> 22 <intent-filter>
22 <action android:name="android.intent.action.MAIN" /> 23 <action android:name="android.intent.action.MAIN" />
23 24
24 <category android:name="android.intent.category.LAUNCHER" /> 25 <category android:name="android.intent.category.LAUNCHER" />
25 </intent-filter> 26 </intent-filter>