Ich habe den Google Play Store mit folgendem Code geöffnet
Intent i = new Intent(android.content.Intent.ACTION_VIEW);
i.setData(Uri.parse("https://play.google.com/store/apps/details?id=my packagename "));
startActivity(i);.
Aber es zeigt mir eine Vollständige Aktionsansicht an, um die Option (Browser/Play Store) auszuwählen. Ich möchte die Anwendung direkt im Play Store öffnen.
0 Stimmen
Beantwortet das Ihre Frage? "Rate This App"-Link im Google Play Store auf dem Telefon