How To Start Google Play Store App Details Dialog?
I use the Google ads services to show a AD,when I click the AD,the Google SDK will open a dialog with the app details,that's beautiful! I try to get this effect, but I only find th
Solution 1:
You can't. Unfortunately, that dialog is only available to Google and its select partners.
The dialog you are looking at is known as an InlineAppDetailsDialog. Decompilation of its code reveals that it checks which application is calling it and will not display if it does not recognize the calling application's ID and signature.
To link to an application's Google Play page from another Android App, your best bet is to use a market://
link.
Post a Comment for "How To Start Google Play Store App Details Dialog?"