是否可以启动Google Play商店应用程序的意图来显示“我的应用程序”部分?我需要观看当前的应用和更新。
答案 0 :(得分:0)
Intent intent = new Intent("com.google.android.finsky.VIEW_MY_DOWNLOADS");
intent.setClassName("com.android.vending", "com.google.android.finsky.activities.MainActivity");
startActivity(intent);
编辑:
现在可以使用(版本:5.2.13),但 Google 可能会在将来的版本中更改此行为