mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 784397 - Apps should have their own task affinity so that they all show in recent apps. r=mfinkle
This commit is contained in:
parent
f0a02069f1
commit
9ccd17d3eb
@ -3,6 +3,7 @@
|
||||
android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenSize"
|
||||
android:windowSoftInputMode="stateUnspecified|adjustResize"
|
||||
android:launchMode="singleInstance"
|
||||
android:taskAffinity="org.mozilla.gecko.WEBAPP@APPNUM@"
|
||||
android:process=":@ANDROID_PACKAGE_NAME@.WebApp@APPNUM@"
|
||||
android:theme="@style/Gecko.NoActionBar">
|
||||
<intent-filter>
|
||||
|
Loading…
Reference in New Issue
Block a user