android permissions READ_CALENDAR & WRITE_CALENDAR
问题 even though i have declared the uses-permissions in the manifest, it gives me an error saying i need to add the permissions. android manifest <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="groep2.project4"> <uses-permission android:name="android.permission.READ_CALENDAR"/> <uses-permission android:name="android.permission.WRITE_CALENDAR"/> <uses-permission-sdk-23 android:name="android.permission.READ_CALENDAR"/> <uses