Open App Link Directly In Mi GetApps Store?
My app is not on Google PlayStore. I have it published on the Samsung galaxy store and mi getapps.
I want to open my application page on these stores with a button press. For Samsung I do
startActivity(
Intent(
Intent.ACTION_VIEW,
Uri.parse("samsungapps://ProductDetail/com.badtools.logscalculator")
)
)
How can I do the same for mi getapps store?
or
What will be the link to open my app page directly on mi...