Android: settings activity for document providers

Desktop / LibreOffice - Jacobo Aragunde PĂ©rez [igalia.com] - 10 June 2015 12:12 UTC

Creates an activity to manage the settings of any document provider that needs them, and populated it with the settings required by the ownCloud implementation.

The settings screen is not yet plugged to the document browser UI but can be launched with this command:

adb shell am start -a android.intent.action.MAIN \-n org.libreoffice/.storage.DocumentProviderSettingsActivity

Change-Id: I83cff641fa61078f2bddbb98262af989c06985a9 Reviewed-on: https://gerrit.libreoffice.org/16193

d5c9d1d Android: settings activity for document providers
android/source/AndroidManifest.xml.in | 8 +++++
android/source/res/values/strings.xml | 8 +++++
.../res/xml/documentprovider_preferences.xml | 26 ++++++++++++++
.../storage/DocumentProviderSettingsActivity.java | 37 ++++++++++++++++++++
.../org/libreoffice/ui/LibreOfficeUIActivity.java | 3 ++
5 files changed, 82 insertions(+)

Upstream: cgit.freedesktop.org


  • Share