summaryrefslogtreecommitdiffstats
path: root/android/experimental/LOAndroid3/AndroidManifest.xml.in
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2015-05-05 22:20:47 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2015-05-11 14:00:57 +0000
commite7473c692cad4c19f1d9eadd2547df4a50875baf (patch)
tree5dbb15dc9d3790b4f138ebda8bb603f2e279b680 /android/experimental/LOAndroid3/AndroidManifest.xml.in
parentgtk3: now need to match GTK_STYLE_CLASS_LABEL to get label in tab properties (diff)
downloadcore-e7473c692cad4c19f1d9eadd2547df4a50875baf.tar.gz
core-e7473c692cad4c19f1d9eadd2547df4a50875baf.zip
editing/experimental mode as user-preference (Android Viewer)
also exposes the other preferences (default document filter, default sorting) in a default settings dialog Change-Id: I7a4080f70f5727bfb2fabe8d8f57cb5b8337481f Reviewed-on: https://gerrit.libreoffice.org/15638 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'android/experimental/LOAndroid3/AndroidManifest.xml.in')
-rw-r--r--android/experimental/LOAndroid3/AndroidManifest.xml.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/android/experimental/LOAndroid3/AndroidManifest.xml.in b/android/experimental/LOAndroid3/AndroidManifest.xml.in
index 040246da1bf8..9364ea837a68 100644
--- a/android/experimental/LOAndroid3/AndroidManifest.xml.in
+++ b/android/experimental/LOAndroid3/AndroidManifest.xml.in
@@ -90,6 +90,11 @@
</intent-filter>
</activity>
+ <activity
+ android:name=".SettingsActivity"
+ android:label="@string/app_name_settings">
+ </activity>
+
<!-- Document Browser Activity -->
<activity android:name=".ui.LibreOfficeUIActivity"
android:label="@string/app_name"