Prompting rating and review on Android

Hello,

To get a “native” popup window prompting the user to rate the app, there is a great plugin that only works on iOS:

https://marketplace.coronalabs.com/corona-plugins/review-popup

How should this be done on Android? Using 

 native.showPopup( "rateApp", { supportedAndroidStores = {"google"}} )

only sends the user to the store…

EDIT

To clarify: Apple handles the user interface, the display frequency etc using the above. What I am after is the same kind of solution for Android (or at least something that would allow the user to rate the app without having to leave it, like on iOS).

How have you implemented this? I’m sure there must be others who have faced this same problem…

How have you implemented this? I’m sure there must be others who have faced this same problem…