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.intent.action.BOOT_COMPLETED”意图创建一个广播接收器,以便在盒子启动时得到通知。
AlarmManager 允许您根据不同的时间间隔调用广播接收器。