You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the correct way to implement in Java or Kotlin:
if (IsMicroGInstalled())
// …
else
// …
?
Context: To disable the use of Google Fused Provider in Organic Maps when MicroG is installed, because MicroG, for some reason (not being installed with a system permission?), doesn't handle it properly.