Answer the question
In order to leave comments, you need to log in
Can I post links to other google play apps in my app?
I'm going to post an application that, when files of a certain type are found on the device, offers a list of applications on google play, applications can also be third-party. The list of third-party applications can be more than 20 in number.
Will it be banned as "search spam"?
A link like this:
Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setData(Uri.parse("market://details?id=com.instagram.android&hl=en"));
startActivity(intent);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question