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 上运行的 html 中的 javascript 可以访问警报管理器界面吗?
当然是的。
js和android可以很好的互相调用方法。
是的,我认为这是可能的。
@JavascriptInterface public boolean invokeAlarmManager() { //Do whatever you need with AlarmManager }