Intent intent = new Intent(); intent.setAction(Intents.ACTION_START_APP_DETAIL); intent.putExtra(Intents.EXTRA_APP_PACKAGE_NAME, "com.example.zachsubscriptionapp.app"); // Pass in one of the App's Subscription Id intent.putExtra(Intents.EXTRA_TARGET_SUBSCRIPTION_ID, TARGET_SUBSCRIPTION); startActivityForResult(intent, RESULT_CODE);
2 People are following this question.