A
A
AndroidDev20152016-01-29 11:36:52
Android
AndroidDev2015, 2016-01-29 11:36:52

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 question

Ask a Question

731 491 924 answers to any question