Tuesday, 15 January 2013

Rate this app in android -



Rate this app in android -

i trying create usual rate app feature in app. know can send activity playstore using next line:

string apppackagename= getpackagename(); intent marketintent = new intent(intent.action_view, uri.parse("market://details?id="+apppackagename)); marketintent.addflags(intent.flag_activity_no_history | intent.flag_activity_clear_when_task_reset|intent.flag_activity_multiple_task); startactivity(marketintent);

but instead of directing playstore possible straight open feedback page below in playstore?

you can utilize library apprate here on github or direct way showed above in post open app's market page. not possible open prompt screen. this post assumes, isn't allowed, controll market function via api prevent abuses.

android

No comments:

Post a Comment