我想用intent打开googlequicksearchbox应用程序中的url。
能帮帮我吗?
这是我正在使用的代码。。
Intent i = new Intent(Intent.ACTION_VIEW);
i.setData(Uri.parse("https://example.com");
i.setPackage("com.google.android.googlequicksearchbox");
startActivity(i);
我想用intent打开googlequicksearchbox应用程序中的url。
能帮帮我吗?
这是我正在使用的代码。。
Intent i = new Intent(Intent.ACTION_VIEW);
i.setData(Uri.parse("https://example.com");
i.setPackage("com.google.android.googlequicksearchbox");
startActivity(i);
暂无答案!
目前还没有任何答案,快来回答吧!