summaryrefslogtreecommitdiff
path: root/android/experimental/LOAndroid3/AndroidManifest.xml.in
diff options
context:
space:
mode:
Diffstat (limited to 'android/experimental/LOAndroid3/AndroidManifest.xml.in')
-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>