I don't really think you should force them into going to the Play Store, 
but that's not your question.

I would use public void onBackPressed (right mouse click -> Source -> 
Implement/Override Methods), and make it so that a new intent is passed 
with the URL for your app, using the ACTION_VIEW. This will also let the 
user choose whether or not to view it in Google Play, then call `finish();` 
at the end to be sure.

On Wednesday, May 23, 2012 6:37:33 PM UTC+2, Fran wrote:
>
> Hi there, 
>
> I rather like to encourage users to write reviews on my app. Is there 
> any manner to open the Google Play app's page from within my code when 
> the user is leaving the application? 
>
> Thanks a lot in advance, 
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to