Option to find application from App Viewer in GP
Could you please add to App Viewer button to find application in Google Play.
for example:
Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setData(Uri.parse("market://details?id=com.example.android"));
startActivity(intent);
3
votes
Alexandr Kapshuk
shared this idea