The AlarmClock provider contains an Intent action and extras that can be used to start an Activity to set a new alarm in an alarm clock application. Applications that wish to receive the ACTION_SET_ALARM Intent should create an activity to handle the Intent that requires the permission com.android.alarm.permission.SET_ALARM. Applications that wish to create a new alarm should use Context.startActivity() so that the user has the option of choosing which alarm clock application to use.
不太理解
有几个String类型的参数,ACTION_SET_ALARM,EXTRA_HOUR,EXTRA_MESSAGE,EXTRA_MINUTES,EXTRA_SKIP_UI怎么用。。
哪位有例子的麻烦介绍下,谢谢!