I am trying to open the Google Play Store Account page in my own app in order to users can confirm their payment method or order history.
How can I do it? Please help me. I appreciate your help in advance.
I am trying to open the Google Play Store Account page in my own app in order to users can confirm their payment method or order history.
How can I do it? Please help me. I appreciate your help in advance.
Maybe this is what you are looking for.
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("https://play.google.com/store/account")));