Android Question Is it possible to open directly Google Play--> My app page ?

Ebic

Member
Licensed User
Longtime User
It's possilbe?
i need to see update available fo my apps.
Simile to:
B4X:
Dim i As Intent
i.Initialize("", "")
i.SetComponent("com.google.android.gms/com.google.android.gms.security.settings.VerifyAppsSettingsActivity")
StartActivity(i)

But the activity must be my apps.
Thanks all.
 

JohnC

Expert
Licensed User
Longtime User
Upvote 0

JohnC

Expert
Licensed User
Longtime User
This method might work to open your app directly in the play store app:

(just replace your app's package name for the ID)

 
Upvote 0
Top