2011-11-11 08:44:18 -06:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
package="org.libreoffice.android"
|
|
|
|
android:versionCode="1"
|
|
|
|
android:versionName="1.0">
|
2011-12-14 09:56:10 -06:00
|
|
|
<application>
|
|
|
|
<activity android:name="org.libreoffice.android.Bootstrap" />
|
2011-11-11 08:44:18 -06:00
|
|
|
</application>
|
|
|
|
</manifest>
|