Android Question Google Maps is not installed or is disabled

jose luis gudino

Active Member
Licensed User
Longtime User
Hi everyone, I have a case with a Galaxy A13 phone, when I click on the map and then on the address search icon, this message appears: "Google Maps is not installed or is disabled", it had happened to me on other phones and adding I solve this in the manifest:

B4X:
AddManifestText(<queries>
    <package android:name="com.google.android.apps.maps" />
  </queries>)

but with this specific model "Galaxy A13" did not work.

I have read in other articles that Samsung has presented this problem because they included the google map application in an internal energy saving application:
https://support.google.com/androida...longer-an-app-when-i-connect-to-the-car?hl=en

Thanks in advance
 
Top