summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2014-10-01 23:38:09 +0200
committerTomaž Vajngerl <tomaz.vajngerl@collabora.com>2014-10-04 17:52:18 +0200
commitf33d88119830975e5de620470bee1804d6c98738 (patch)
treea29364f6b499a666ad4684cc6af23e85cd9bc14f /android
parent91569be0f9951fdfd8c928ba3e4f0956bc053577 (diff)
android: Better default document (when the app starts with no doc to load).
Change-Id: Ie3cc30c29723133d5e320ad3848d13f06d133c78
Diffstat (limited to 'android')
-rw-r--r--android/Bootstrap/Makefile.shared2
-rw-r--r--android/default-document/example.odtbin0 -> 297986 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/android/Bootstrap/Makefile.shared b/android/Bootstrap/Makefile.shared
index 5dd9f4a39abb..7ec1419f5ab9 100644
--- a/android/Bootstrap/Makefile.shared
+++ b/android/Bootstrap/Makefile.shared
@@ -130,7 +130,7 @@ copy-stuff:
for F in program/services/services ure/share/misc/services; do \
sed -e 's!uri="vnd.sun.star.expand:$$LO_LIB_DIR/!uri="file://$$APP_DATA_DIR/lib/!g' <$(INSTDIR)/$$F.rdb >assets/$$F.rdb; \
done
- cp $(SRC_ROOT)/odk/examples/java/DocumentHandling/test/test1.odt assets/example.odt
+ cp $(SRC_ROOT)/android/default-document/example.odt assets/example.odt
cp $(SRC_ROOT)/readlicense_oo/license/LICENSE assets/license.txt
cp $(SRC_ROOT)/readlicense_oo/license/NOTICE assets/notice.txt
cp $(WORKDIR)/ComponentTarget/i18npool/util/i18npool.component assets/ComponentTarget/i18npool/util
diff --git a/android/default-document/example.odt b/android/default-document/example.odt
new file mode 100644
index 000000000000..2da7ce6e84d1
--- /dev/null
+++ b/android/default-document/example.odt
Binary files differ