简体   繁体   中英

Permission to write my alert in android's calendar

How can i do to write my alert into android's calendar? what permission i must add in manifest.xml?

I've no idea and whitout that i can't complete my app.

Thank you for your help!

The permissions that you will need to deal with the Calendar are,

<uses-permission android:name="android.permission.READ_CALENDAR" />
<uses-permission android:name="android.permission.WRITE_CALENDAR" />

Please see the Android Calendar Docs , the details are in there.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM