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.
在我的应用程序中,我有一个服务,它有一个监听 TIME_TICK 的 BroadcastReceiver。我已经可以检查是否到了日期。因此,例如,如果到达 04.01.2011 11:00 pm,则会出现振动警报。但是我如何打开一个对话框,以便在我解锁屏幕后显示它?
到达时间时启动活动的意图。
在清单上声明此活动的主题,例如:
android:theme="@android:style/Theme.Dialog"
并为活动创建一个视图,就像在对话框内部一样,因此您不需要创建 AlertDialog。