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.
我想让我的 AlarmManager 以某种方式在应用程序中的主要活动上调用 onCreate。
另外,我正在同一个班级设置活动。这甚至可能吗?
AlarmManager 与PendingIntents 一起工作,实习生基于常规Intents。如果您注册一个Intent启动您的一项活动的活动,它将被启动并onCreate在此过程中被调用。检查您是否使用了正确的标志,并记住在用户做其他事情时突然弹出活动可能不是一个好主意。
PendingIntent
Intent
onCreate