diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-12-18 22:55:16 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-12-19 01:28:00 +0200 |
commit | a2401b6c750ac21792f6b5d54b45cb065f772a49 (patch) | |
tree | dc975acd05aa3834f254992df4927208b8f10406 | |
parent | d4b573ec4ccedc6522fed32eb91aede9f5f37da5 (diff) |
This is for Calc unit tests
-rw-r--r-- | android/qa/sc/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/qa/sc/AndroidManifest.xml b/android/qa/sc/AndroidManifest.xml index 49c9cb7cbc60..92b374ea2c44 100644 --- a/android/qa/sc/AndroidManifest.xml +++ b/android/qa/sc/AndroidManifest.xml @@ -9,7 +9,7 @@ android:debuggable="true"> <!-- Bootstrap is the subclass of android.app.NativeActivity --> <activity android:name="org.libreoffice.android.Bootstrap" - android:label="LO simple cppunittests" + android:label="LO Calc unit tests" android:configChanges="orientation|keyboardHidden"> <!-- Tell NativeActivity the name of our .so --> <meta-data android:name="android.app.lib_name" |