Open list apps on Play Store

Yeshua

Member
Licensed User
Longtime User
Is it possible run only with Play Store?
I want to open the list of my apps on play store. Pippo is my developer name.

B4X:
Sub Button1_Click
Dim i As Intent
Dim p As PhoneIntents
i = p.OpenBrowser("https://play.google.com/store/search?q=Pippo")
StartActivity (i)
End Sub
:BangHead:
 
Top