android/experimental/DocumentLoader/AndroidManifest.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
New commits: commit 29719a369dac06d5a469a356b74ed84e3e3d2e6e Author: Miklos Vajna <vmik...@suse.cz> Date: Mon Nov 12 11:22:11 2012 +0100 sync android manifest with project properties: sdk version Note that with having a targetSdk >= 11 and minSdk <= 10, we can enable hw acceleration without loosing compatibility with 2.x devices. Also, remove android:configChanges="orientation", as it seems to improve rotation experience a bit. Change-Id: Ia3be9bb3b998d604a032eb5c60f9bb0ec71dfc68 diff --git a/android/experimental/DocumentLoader/AndroidManifest.xml b/android/experimental/DocumentLoader/AndroidManifest.xml index b231011..f88f1ec 100644 --- a/android/experimental/DocumentLoader/AndroidManifest.xml +++ b/android/experimental/DocumentLoader/AndroidManifest.xml @@ -3,14 +3,15 @@ package="org.libreoffice.android.examples" android:versionCode="1" android:versionName="1.0"> - <uses-sdk android:minSdkVersion="9" /> + <uses-sdk android:minSdkVersion="9" + android:targetSdkVersion="14"/> <application android:label="LO Experimental DocumentLoader" android:debuggable="true" android:largeHeap="true" android:hardwareAccelerated="true"> <activity android:name=".DocumentLoader" android:label="LO DocumentLoader" - android:configChanges="orientation|keyboardHidden"> + android:configChanges="keyboardHidden"> <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" /> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits