我尝试在日历提供程序中获取日历。实际上它在三星 Nexus S (4.1.2) 上运行良好。这是代码:
cur = cr.query(Uri.parse("content://com.android.calendar/events"), null, "((calendar_id = ?) AND (_id = ?))", new String[]{String.valueOf(CalendarId), eventId}, null);
但在三星 Galaxy Note (4.0.4) (SHV-E160S) 中,光标计数始终为 0。有人有这个问题吗?
感谢您的阅读!