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 }