Mark CalendarProvider as required for all profiles

Change-Id: I3daf1d8e53967070780fb07eaf544c0392e0669f
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 52d9f0a..7c1aa4c 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -37,7 +37,8 @@
     <uses-permission android:name="android.permission.UPDATE_APP_OPS_STATS" />
 
     <application android:label="@string/calendar_storage"
-                 android:icon="@drawable/app_icon">
+                 android:icon="@drawable/app_icon"
+                 android:requiredForProfile="all">
         <!-- TODO: Remove dependency of application on the test runner
              (android.test) library. -->
         <uses-library android:name="android.test.runner" />