Support multi window mode

This commit is contained in:
M66B 2016-07-22 13:52:08 +02:00
parent dd8c2bb76f
commit ad5f6c0145
1 changed files with 2 additions and 1 deletions

View File

@ -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" />