标签: android android-webview adb
为什么下面的命令会在附图中返回结果?以及如何解决它?
adb shell am start -n com.android.htmlviewer/.HTMLViewerActivity -d "https://www.google.com" -a VIEW -t "text/html"
答案 0 :(得分:0)
添加权限:
<uses-permission android:name="android.permission.INTERNET"/>