Fix module install restarts on screen rotation (#146)

pull/145/head
DerGoogler 2 years ago
parent 73805d4a85
commit 328ee8da9a

@ -62,7 +62,9 @@
android:name=".installer.InstallerActivity"
android:parentActivityName=".MainActivity"
android:exported="false"
android:launchMode="singleTop">
android:screenOrientation="portrait"
android:launchMode="singleTop"
tools:ignore="LockedOrientationActivity">
<intent-filter>
<action android:name="${applicationId}.intent.action.INSTALL_MODULE_INTERNAL" />
</intent-filter>

Loading…
Cancel
Save