精简信息
This commit is contained in:
@@ -84,7 +84,7 @@ public class MainActivity extends AppCompatActivity implements IWinBoLLActivity
|
||||
|
||||
private String getIntentUrl(Intent intent) {
|
||||
if (Intent.ACTION_VIEW.equals(intent.getAction())) {
|
||||
ToastUtils.show("ACTION_VIEW");
|
||||
//ToastUtils.show("ACTION_VIEW");
|
||||
Uri data = intent.getData();
|
||||
if (data != null) {
|
||||
String url = data.toString(); // 获取完整 URL
|
||||
|
||||
Reference in New Issue
Block a user