diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-08-03 11:45:32 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-08-03 12:09:31 +0300 |
commit | f6dc6f14352c615fe45433cca5d1a00de97107ab (patch) | |
tree | eb67d94890349e08dd7f1dff5171047bf18c193a | |
parent | 4ba497818357b000016a16ec041517de57820e9e (diff) |
Start the LibreOfficeUIActivity with "make run"
Change-Id: I82aff7f40d8360c0306593b02200db205e52bbcc
-rw-r--r-- | android/experimental/LibreOffice4Android/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/experimental/LibreOffice4Android/Makefile b/android/experimental/LibreOffice4Android/Makefile index bcf0d018ba9a..94cadc0eaec2 100644 --- a/android/experimental/LibreOffice4Android/Makefile +++ b/android/experimental/LibreOffice4Android/Makefile @@ -269,7 +269,7 @@ uninstall: run: # /data/local/tmp/sample-document.odt - adb shell am start -n org.libreoffice.android.examples/.DocumentLoader -e input /assets/test1.odt + adb shell am start -n $(APP_PACKAGE)/.ui.LibreOfficeUIActivity -e input /assets/test1.odt clean: properties |