Add multi-window support

This commit is contained in:
suhan-paradkar 2021-05-31 16:35:44 +05:30 committed by Wisest_wizard
parent f41c0357d3
commit 00321b3ab6
1 changed files with 3 additions and 1 deletions

View File

@ -17,7 +17,9 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme"
tools:ignore="GoogleAppIndexingWarning" >
tools:ignore="GoogleAppIndexingWarning"
android:resizeableActivity="true"
android:supportsPictureInPicture="false">
<service
android:name=".LorieService"
android:enabled="true"