Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アプリの軽量版を用意しました。ユーザーが [オプションを購入] をクリックすると、Google Play の有料版に移動したいと考えています。これを達成するためのプロセス/手順を教えてください。
これは私がそれを行う方法です:
final String appName = "com.example.yourapp"; //name of your package here startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("market://details?id="+appName)));
他にご不明な点がありましたらお知らせください