mirror of https://github.com/M66B/NetGuard.git
Support multi window mode
This commit is contained in:
parent
dd8c2bb76f
commit
ad5f6c0145
|
@ -36,7 +36,8 @@
|
|||
android:name=".ActivityMain"
|
||||
android:configChanges="orientation|screenSize"
|
||||
android:label="@string/app_name"
|
||||
android:launchMode="singleTop">
|
||||
android:launchMode="singleTop"
|
||||
android:resizeableActivity="true">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
|
|
Loading…
Reference in New Issue