diff options
Diffstat (limited to 'android/Bootstrap/AndroidManifest.xml')
-rw-r--r-- | android/Bootstrap/AndroidManifest.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/android/Bootstrap/AndroidManifest.xml b/android/Bootstrap/AndroidManifest.xml deleted file mode 100644 index b602c871dc58..000000000000 --- a/android/Bootstrap/AndroidManifest.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?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> |