Unverified Commit badbe757 authored by Emmanuel Garcia's avatar Emmanuel Garcia Committed by GitHub

Export activity for module in AndroidManifest.xml (#98076)

parent ae3f99c9
......@@ -15,6 +15,7 @@
android:name=".MainActivity"
android:launchMode="singleTop"
android:theme="@style/LaunchTheme"
android:exported="true"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
android:hardwareAccelerated="true"
android:windowSoftInputMode="adjustResize">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment