如何重定向用户到商店?

时间:2019-12-23 11:23:47

标签: android-studio

我正在将另一个应用程序的链接(URL)放入流行的应用程序中,因此当用户单击该链接时,它将重定向到Play商店中的另一个应用程序,我正在使用此代码来执行此操作,但它违反了广告政策我可以在不违反政策的情况下做到这一点吗?

try { 
    Intent shareIntent = new Intent(Intent.ACTION_SEND);  
    shareIntent.setType("text/plain");
    shareIntent.putExtra(Intent.EXTRA_SUBJECT, "My application name");
    String shareMessage= "\nLet me recommend you this application\n\n";
    shareMessage = shareMessage + "https://play.google.com/store/apps/details?id=" + BuildConfig.APPLICATION_ID +"\n\n";
    shareIntent.putExtra(Intent.EXTRA_TEXT, shareMessage);  
    startActivity(Intent.createChooser(shareIntent, "choose one"));
} catch(Exception e) { 
    //e.toString();
}   ```

1 个答案:

答案 0 :(得分:0)

这将违反Google广告隐私政策。如果必须执行此操作,则应在其中放置写有*ngFor="let day of controls; let i = index" 的小图像,或在

之类的链接中添加文本Ad

其他应用(广告)

这将告诉用户您正在推广自己或他人的某个应用。并且它不会违反任何隐私政策。