Just write these two lines of code under your "Rank this Apps" button and it will take you to the Google store where you have uploaded your app.
String myUrl ="https://play.google.com/store/apps/details?id=smartsilencer";
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(myUrl)));