mirror of
https://github.com/xdsopl/robot36.git
synced 2026-04-06 06:43:36 +00:00
we only want a single instance
This commit is contained in:
parent
827d2a713c
commit
f30dca5083
1 changed files with 2 additions and 1 deletions
|
|
@ -15,7 +15,8 @@
|
|||
tools:targetApi="31">
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:exported="true">
|
||||
android:exported="true"
|
||||
android:launchMode="singleTask">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue