fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / android / experimental / DocumentLoader / AndroidManifest.xml
blob366a1c909b3e9decc6f289e6d110a04ae24743b1
1 <?xml version="1.0" encoding="utf-8"?> <!-- -*- indent-tabs-mode: nil -*- -->
2 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
3           package="org.libreoffice.android.examples"
4           android:installLocation="preferExternal"
5           android:versionCode="1"
6           android:versionName="1.0">
7     <uses-sdk android:minSdkVersion="15"
8               android:targetSdkVersion="15"/>
9     <application android:label="LO Experimental DocumentLoader"
10                  android:debuggable="true"
11                  android:largeHeap="true"
12                  android:hardwareAccelerated="true">
13         <activity android:name=".DocumentLoader"
14                   android:label="LO DocumentLoader"
15                   android:configChanges="keyboardHidden">
16             <intent-filter>
17                 <action android:name="android.intent.action.MAIN" />
18                 <category android:name="android.intent.category.LAUNCHER" />
19             </intent-filter>
20         </activity>
21     </application>
22 </manifest>
23 <!-- vim:set expandtab: -->