Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Romanov <rromanov@65gb.net>2017-06-07 13:41:07 +0300
committerRoman Romanov <rromanov@65gb.net>2017-06-08 08:01:43 +0300
commit1b68590c77affd7a1ff57bc739fe74cbeebd2c28 (patch)
tree53434795bda2d5020ddabd02318cb26fae6609ec /android/AndroidManifest.xml
parent03c9b3db7e582305f8b5dd3a5b4d11eff77380ce (diff)
[android] Added SHOW_ON_MAP and BUILD_ROUTE intent actions.
Diffstat (limited to 'android/AndroidManifest.xml')
-rw-r--r--android/AndroidManifest.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index 1b0e3972c0..6e16c326a1 100644
--- a/android/AndroidManifest.xml
+++ b/android/AndroidManifest.xml
@@ -155,6 +155,16 @@
</intent-filter>
<intent-filter>
+ <action android:name="com.mapswithme.maps.pro.action.SHOW_ON_MAP"/>
+ <category android:name="android.intent.category.DEFAULT"/>
+ </intent-filter>
+
+ <intent-filter>
+ <action android:name="com.mapswithme.maps.pro.action.BUILD_ROUTE"/>
+ <category android:name="android.intent.category.DEFAULT"/>
+ </intent-filter>
+
+ <intent-filter>
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT"/>
<data