Enable multi-window support in the manifest.

This commit is contained in:
Joshua D. Boyd 2017-06-19 13:45:49 -04:00 committed by cketti
parent 72af527db0
commit 3d49578138

View file

@ -65,6 +65,7 @@
android:icon="@drawable/icon" android:icon="@drawable/icon"
android:label="@string/app_name" android:label="@string/app_name"
android:theme="@style/Theme.K9.Startup" android:theme="@style/Theme.K9.Startup"
android:resizeableActivity="true"
android:allowBackup="false"> android:allowBackup="false">
<meta-data <meta-data