Google Maps is not installed or disabled
Hello ,
In order to fix the issue related to google maps redirection , please add this line in the Androidmanifest.xml
<queries>
<package android:name="com.google.android.apps.maps" />
</queries>
As the example above :


