MTA*_*MTA 1 java android whatsapp
我正在尝试与我的 android 应用程序共享链接:
Intent intent = new Intent(Intent.ACTION_SEND);
intent.setType("text/plain");
intent.putExtra(Intent.EXTRA_TEXT, share);
intent.putExtra(android.content.Intent.EXTRA_SUBJECT, "");
mContext.startActivity(intent);
Run Code Online (Sandbox Code Playgroud)
这是share
强:
Check out my link:\n http://my123domain.com/v.php?vid=123456-123456-123456
Run Code Online (Sandbox Code Playgroud)
但是当我Whats App
通过链接分享它时无法点击,知道为什么吗?
归档时间: |
|
查看次数: |
2575 次 |
最近记录: |