Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我手中有一个 Android 应用程序,我使用 Apktool 对其进行了反编译。现在,我有一些 .smali 文件,我想更改该应用程序以使用浏览器而不是 WebView 来打开 URL。我应该更改哪些代码?请帮忙。谢谢你。
尝试找到对 WebView 的功能进行编码的类,并删除任何附加的 WebClient。编译并再次运行它。