Fix manifest to use default package name (com.android.providers.calendar) for CalendarProvider2 process instead of com.android.calendar (the Calendar app pacakage name)
Change-Id: Ia513fe3c97bd8491ab15869981e93454334fda8e
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index dcd9808..361ae6d 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -34,8 +34,7 @@
<uses-permission android:name="android.permission.SUBSCRIBED_FEEDS_WRITE" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
- <application android:process="com.android.calendar"
- android:label="@string/calendar_storage"
+ <application android:label="@string/calendar_storage"
android:icon="@drawable/app_icon">
<!-- TODO: Remove dependency of application on the test runner
(android.test) library. -->