-
Notifications
You must be signed in to change notification settings - Fork 4
Google play store
Roman Tcaregorodtcev edited this page Mar 30, 2018
·
1 revision
Activity action: open the Google Play Store directly from your application.
OmegaIntentBuilder.from(this)
.playStore()
.packageName("com.omegar.coloring")
.startActivity();