Skip to content

Commit 816976e

Browse files
committed
Enable resizable activity in AndroidManifest
Added android:resizeableActivity="true" to the application tag in AndroidManifest.xml to support multi-window mode on compatible devices.
1 parent df3e43d commit 816976e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sample/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
android:roundIcon="@mipmap/ic_launcher_round"
1111
android:supportsRtl="true"
1212
android:theme="@style/AppTheme"
13+
android:resizeableActivity="true"
1314
tools:ignore="AllowBackup">
1415
<activity android:name=".basiccontent.MainActivity">
1516
<intent-filter>

0 commit comments

Comments
 (0)