From 6d7f67eadf7cae75ec0ede5596c55b6585d73872 Mon Sep 17 00:00:00 2001 From: Jacobo Aragunde PĂ©rez Date: Wed, 15 Oct 2014 19:39:29 +0200 Subject: android: Show document browser back in the menu Related with commit c7c2b4b54d8ab81150e9b71433970c2f338ed063. There is nothing wrong with having several activities; in fact Android development encourages using one activity per use case. After this patch we have: * One menu item that opens LibreOffice document browser. It covers the use case "open LibreOffice without documents". * The viewer activity does not have a menu item but it responds to open intents triggered by any applications like file explorers, including the document browser. Change-Id: Ie08b96e52d3a6a79aed3354620302705d7689381 Reviewed-on: https://gerrit.libreoffice.org/12108 Reviewed-by: Miklos Vajna Tested-by: Miklos Vajna --- android/experimental/LOAndroid3/AndroidManifest.xml.in | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'android') diff --git a/android/experimental/LOAndroid3/AndroidManifest.xml.in b/android/experimental/LOAndroid3/AndroidManifest.xml.in index 119046a8ff13..c3a6b3185f62 100644 --- a/android/experimental/LOAndroid3/AndroidManifest.xml.in +++ b/android/experimental/LOAndroid3/AndroidManifest.xml.in @@ -17,14 +17,11 @@ android:label="@string/app_name" android:hardwareAccelerated="true" android:theme="@style/AppTheme"> + - - - - @@ -84,17 +81,14 @@ - -- cgit