Skip to content
Snippets Groups Projects
Commit 3dad800c authored by rayhanp1402's avatar rayhanp1402
Browse files

fix: Gmaps intent

parent 5f88ed5f
3 merge requests!13Release,!11proper save for gmail,!8Save transactions
...@@ -51,8 +51,17 @@ ...@@ -51,8 +51,17 @@
android:exported="true"> android:exported="true">
</activity> </activity>
</application> </application>
<queries>
<intent>
<action android:name="android.intent.action.VIEW" />
<data android:scheme="geo" />
</intent>
<intent>
<action android:name="android.intent.action.VIEW" />
<data android:scheme="https" />
</intent>
</queries>
</manifest> </manifest>
\ No newline at end of file
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