Skip to content

Commit 2f11f76

Browse files
committed
Launch into separate task when app is launched via URI intent.
1 parent 2b13b20 commit 2f11f76

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Opaque-app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@
7272
android:name="com.iiordanov.bVNC.RemoteCanvasActivity"
7373
android:configChanges="colorMode|density|fontScale|fontWeightAdjustment|keyboard|keyboardHidden|layoutDirection|locale|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode"
7474
android:exported="true"
75-
android:launchMode="singleTask"
7675
android:resizeableActivity="true"
7776
android:theme="@style/AppTheme"
7877
android:windowSoftInputMode="stateHidden|adjustResize">

bVNC/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
<activity
4141
android:name="com.iiordanov.bVNC.RemoteCanvasActivity"
4242
android:screenOrientation="fullUser"
43+
android:launchMode="singleInstance"
4344
/>
4445
<activity
4546
android:name="com.iiordanov.bVNC.ConnectionListActivity"

0 commit comments

Comments
 (0)