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
I'm unable to display download page for health connect - it opens incorrect url.
it seems providerPackageName is not resolved in HealthPlugin.java within String uriString ="market://details?id=$providerPackageName&url=healthconnect%3A%2F%2Fonboarding";
hardcoding it to id=com.google.android.apps.healthdata seems to solve the issue and opens google play.
The text was updated successfully, but these errors were encountered:
swebSi
changed the title
getHealthConnectFromStore has incorrec ID
getHealthConnectFromStore has incorrect ID
Sep 10, 2024
I'm unable to display download page for health connect - it opens incorrect url.
it seems providerPackageName is not resolved in HealthPlugin.java within
String uriString ="market://details?id=$providerPackageName&url=healthconnect%3A%2F%2Fonboarding";
hardcoding it to id=com.google.android.apps.healthdata seems to solve the issue and opens google play.
The text was updated successfully, but these errors were encountered: