我正在使用 Zxing qr 代码开发一个 android 应用程序但是我有一个问题要将网络搜索按钮重新编辑到我的数据库中我在这个 ligne 中进行了修改
final void openProductSearch(String upc) {
Uri uri = Uri.parse("http://www.google." + LocaleManager.getProductSearchCountryTLD(activity) +"/m/products?q=" + upc + "&source=zxing");
launchIntent(new Intent(Intent.ACTION_VIEW, uri));
}
但什么都没有发生