<manifest xmlns:android="http://schemas.android.com/apk/res/android">

    <!-- Propagated to the host app via Gradle manifest merging. -->
    <uses-permission android:name="android.permission.READ_CALENDAR" />
    <uses-permission android:name="android.permission.WRITE_CALENDAR" />

</manifest>
