diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-10-03 19:39:55 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-10-03 22:54:37 +0200 |
commit | de376cb1c42543cd7717b0de88056ed4ab8af6d4 (patch) | |
tree | 004d79a951894d35331e1525c4a6c8b11bec8861 /android/Bootstrap/AndroidManifest.xml | |
parent | 2ff595dbf2b42b4b3ee961b63e5da92067aa8fd9 (diff) |
android: remove no longer used files
Change-Id: Id3b71ac50e3c8ce9705f6df18edaaaa6ba8ad3fd
Diffstat (limited to 'android/Bootstrap/AndroidManifest.xml')
-rw-r--r-- | android/Bootstrap/AndroidManifest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/android/Bootstrap/AndroidManifest.xml b/android/Bootstrap/AndroidManifest.xml index 69c83e5a2224..b602c871dc58 100644 --- a/android/Bootstrap/AndroidManifest.xml +++ b/android/Bootstrap/AndroidManifest.xml @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" - package="org.libreoffice.android" + package="org.libreoffice.kit" android:versionCode="1" android:versionName="1.0"> <application> - <activity android:name="org.libreoffice.android.Bootstrap" /> + <activity android:name="org.libreoffice.kit.LibreOfficeKit" /> </application> </manifest> |