Files
loongoffice/android/Bootstrap/AndroidManifest.xml
Christian Lohmaier de376cb1c4 android: remove no longer used files
Change-Id: Id3b71ac50e3c8ce9705f6df18edaaaa6ba8ad3fd
2015-10-03 22:54:37 +02:00

10 lines
327 B
XML

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.libreoffice.kit"
android:versionCode="1"
android:versionName="1.0">
<application>
<activity android:name="org.libreoffice.kit.LibreOfficeKit" />
</application>
</manifest>