0

I know that usually we are opening Playstore app for Rate/Review App or Install app using intent.

But I want to open dialog directly to recommend some apps to install directly as below:

This screen is taken from Google Home app:

enter image description here

My questions:

  • Is there any way to open dialog directly?
  • Is it allow by Playstore open our other apps for user recommendations?
Pratik Butani
  • 51,868
  • 51
  • 228
  • 375
  • I want to open playstore with particular app only. I can make my own dialog but is there any way to display as per image? – Pratik Butani Mar 05 '19 at 12:41
  • ***"I want to open playstore with particular app only"*** what does this mean ? (as you say you can start playstore app with an intent, do you want some extra intent settings that launch the dialog ? {if they exist and are accessable}) . I'm still not clear about what you want, and what the problem is. If you are having problems writing a dialog that **looks like** that one, then yes you can. Are you trying to do a personal re-write of Playstore app or Google home ? Have you checked what source code Google Android have released (in the github)? Have you checked the docs ? – Jon Goodwin Mar 05 '19 at 12:58
  • Thank you for long description. I have tried to find in many open source apps but didn't get succeed. I just want to put in my app for **more apps.** Hope you got my point. – Pratik Butani Mar 05 '19 at 13:11
  • @JonGoodwin I think OP wants to open same dialog by passing some extra field through intent into the playstore. – Ravi Mar 05 '19 at 13:33
  • One simple solution would be to use the `` in your dialog [https://developer.android.com/guide/webapps/webview.html](https://developer.android.com/guide/webapps/webview.html) – S. Souza Mar 06 '19 at 20:07
  • @JonGoodwin Sorry, I didn't get what you are trying to say – Ravi Mar 08 '19 at 04:29

0 Answers0