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.
我正在计划一个基于 web 的 Android 应用程序,我需要知道是否可以从 webview 应用程序中操纵(逐渐淡入和淡出)Android 设备上的亮度。我是 Android 开发的新手,所以任何参考都将不胜感激。
是的,你可以,从java脚本你可以调用java函数(Android也是)(我从来没有尝试过),在那个函数中你可以访问android设置并改变屏幕的亮度。