]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - AndroidManifest.xml
Allow multi-window (untested).
[Dictionary.git] / AndroidManifest.xml
index 3954c4fe8623d74d56336782f7d5b0f635ea563d..e2bb9338dea799d44e664d10f436e4c0495bf1f3 100644 (file)
@@ -2,7 +2,7 @@
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="com.hughes.android.dictionary"
     android:installLocation="auto"
-    android:versionCode="84"
+    android:versionCode="85"
     android:versionName="5.3.4" >
 
     <uses-sdk
@@ -23,6 +23,7 @@
     <application
         android:name=".DictionaryApplication"
         android:allowBackup="true"
+        android:resizeableActivity="true"
         android:icon="@drawable/icon"
         android:banner="@drawable/banner_tv"
         android:label="@string/app_name"