22
Làm cách nào để mở Cửa hàng Google Play trực tiếp từ ứng dụng Android của tôi?
Tôi đã mở cửa hàng Google Play bằng mã sau 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);. Nhưng nó hiển thị cho tôi Chế độ xem hành động hoàn chỉnh để chọn tùy chọn (trình duyệt / cửa hàng phát). Tôi cần mở ứng dụng trong Play Store …