如何在 Android 中打开特定事件的日历编辑屏幕....?
我设法以编程方式打开日历
。但我如何以编程方式打开日历的编辑事件屏幕
。有可能吗……?
i managed to open calendar
programmatically. but how can i open edit event screen
of a calendar programmatically. is it even possible....?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Android SDK 不支持与日历相关的任何内容。对于 Android 现有的所有日历应用程序(AOSP 日历应用程序、各种设备上该应用程序的替代品以及第三方日历应用程序),Intent 没有打开任何屏幕的标准。
There is no support in the Android SDK for anything related to the calendar. There is no standard for Intents to open any screens across all of the calendar applications that exist for Android (the AOSP Calendar app, the replacements for that app on various devices, and third-party calendar apps).