summaryrefslogtreecommitdiff
path: root/vcl/android
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-02-22 17:28:16 +0200
committerTor Lillqvist <tml@iki.fi>2013-02-22 18:15:57 +0200
commitb7777dbf8e84976e0bc77aa1122f3964c29a575a (patch)
tree2b622dd8854ab915dbf7abab608e5ae5353792b7 /vcl/android
parentb02c075a16ff0b198053cf36828056c6e7ab45e7 (diff)
Rename the package and .apk of the "desktop" test app to avoid confusion
It used the same package name as DocumentLoader and the same .apk name as the eary sc cppunit test app. Probably having two unrelated apps with the same package name causes some confusion somewhere. Change-Id: I11414b9cd59694eb97d39bfaeac4ed1066ae3aab
Diffstat (limited to 'vcl/android')
-rw-r--r--vcl/android/androidinst.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/android/androidinst.cxx b/vcl/android/androidinst.cxx
index 7daae4e61a74..b55701b862fa 100644
--- a/vcl/android/androidinst.cxx
+++ b/vcl/android/androidinst.cxx
@@ -889,9 +889,9 @@ int AndroidSalSystem::ShowNativeDialog( const rtl::OUString& rTitle,
// Render everything
extern "C" SAL_JNI_EXPORT void JNICALL
-Java_org_libreoffice_android_examples_LODesktop_renderVCL(JNIEnv *env,
- jobject /* dummy */,
- jobject bitmap)
+Java_org_libreoffice_experimental_desktop_Desktop_renderVCL(JNIEnv *env,
+ jobject /* dummy */,
+ jobject bitmap)
{
if (!bHitIdle)
return;