Prevent multiple activity instances and fix strange launch behavior.

This commit is contained in:
Alex Hart
2025-05-02 12:36:01 -03:00
committed by Cody Henthorne
parent 04c14a82be
commit fabec719ab
3 changed files with 152 additions and 46 deletions

View File

@@ -1068,6 +1068,7 @@
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout"
android:windowSoftInputMode="stateUnchanged"
android:resizeableActivity="true"
android:launchMode="singleTask"
android:exported="false"/>
<activity android:name=".pin.PinRestoreActivity"