summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2014-10-10 08:21:25 +0200
committerJan Holesovsky <kendy@collabora.com>2014-10-10 08:26:02 +0200
commitc7c2b4b54d8ab81150e9b71433970c2f338ed063 (patch)
treee372c47b1a05ef5666814b59c8c8027c8ba57844 /android
parent712d67eb1a39e996be6b248ff7409f2e3f260e39 (diff)
android: Disable LibreOfficeUIActivity for now.
We should provide just one activity in the .apk; the browser should probably show up when LibreOffice Viewer is started with no file to open... Change-Id: I624afa00f7e8ddc649a272c1b08899e8aac887c9
Diffstat (limited to 'android')
-rw-r--r--android/experimental/LOAndroid3/AndroidManifest.xml.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/android/experimental/LOAndroid3/AndroidManifest.xml.in b/android/experimental/LOAndroid3/AndroidManifest.xml.in
index cfd369a58eab..989a43ce36ac 100644
--- a/android/experimental/LOAndroid3/AndroidManifest.xml.in
+++ b/android/experimental/LOAndroid3/AndroidManifest.xml.in
@@ -71,6 +71,8 @@
</intent-filter>
</activity>
<!-- Document Browser Activity -->
+ <!-- Disable it here so that we don't present two icons.
+ TODO Probably merge the two activities, so that the browser opens when LibreOffice is started with no document.
<activity android:name=".ui.LibreOfficeUIActivity"
android:label="@string/browser_app_name"
android:theme="@android:style/Theme.Holo">
@@ -79,6 +81,7 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
+ -->
</application>
</manifest>