summaryrefslogtreecommitdiff
path: root/android/sdremote/AndroidManifest.xml
diff options
context:
space:
mode:
authorArtur Dryomov <artur.dryomov@gmail.com>2013-10-25 15:24:02 +0300
committerArtur Dryomov <artur.dryomov@gmail.com>2013-10-25 15:39:39 +0300
commit16c53fb6aa50a8e433bced25d1361a6bcaeb51a8 (patch)
treef03d9b0ec8bd0a53d356f525e9d61772b56ce096 /android/sdremote/AndroidManifest.xml
parent2e605fcb12556dd65b0e5e4a0eac25b71182eb7b (diff)
Add "learn more" link for providing additional information.
Change-Id: I3bb3480491d5f92ed7c4e3e6b5cf233636c4bb64
Diffstat (limited to 'android/sdremote/AndroidManifest.xml')
-rw-r--r--android/sdremote/AndroidManifest.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/android/sdremote/AndroidManifest.xml b/android/sdremote/AndroidManifest.xml
index 82bf17eb3930..098345064572 100644
--- a/android/sdremote/AndroidManifest.xml
+++ b/android/sdremote/AndroidManifest.xml
@@ -78,6 +78,13 @@
<activity
android:name=".activity.RequirementsActivity"
android:label="@string/title_requirements">
+
+ <intent-filter>
+ <action android:name="android.intent.action.VIEW"/>
+ <data android:scheme="org.libreoffice.impressremote"/>
+ <category android:name="android.intent.category.DEFAULT"/>
+ </intent-filter>
+
</activity>
<activity