Kaydet (Commit) c7c2b4b5 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

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
üst 712d67eb
...@@ -71,6 +71,8 @@ ...@@ -71,6 +71,8 @@
</intent-filter> </intent-filter>
</activity> </activity>
<!-- Document Browser 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" <activity android:name=".ui.LibreOfficeUIActivity"
android:label="@string/browser_app_name" android:label="@string/browser_app_name"
android:theme="@android:style/Theme.Holo"> android:theme="@android:style/Theme.Holo">
...@@ -79,6 +81,7 @@ ...@@ -79,6 +81,7 @@
<category android:name="android.intent.category.LAUNCHER" /> <category android:name="android.intent.category.LAUNCHER" />
</intent-filter> </intent-filter>
</activity> </activity>
-->
</application> </application>
</manifest> </manifest>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment