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.
有没有办法通过浏览器访问设备信息?电池状态、Wifi 状态、3g 状态等信息?有没有办法让android浏览器通过http请求提供这些信息?
是的,您可以通过浏览器获取设备信息,但您的浏览器需要支持 JavascriptInterface。如果您的浏览器支持 JavascriptInterface,那么您可以在 javascript 代码中调用活动方法。
首先阅读本文,您可以知道如何在 WebView 中使用 JavascriptInterface: