SyntaxFix
Write A Post
Hire A Developer
Questions
You can use Android Intents library for opening your application page at Google Play like that:
Intent intent = IntentUtils.openPlayStore(getApplicationContext()); startActivity(intent);