summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandra Gherghina <alexgherghina@google.com>2014-04-01 10:37:34 +0100
committerAlexandra Gherghina <alexgherghina@google.com>2014-04-01 10:37:34 +0100
commite26536f0a4074537633cc7b8b49a5f556aee045c (patch)
tree7333a5471188ba163de713215e6d113189dffe09
parent1092905dde5ca778ac1627e3f9964aa9ca2b1b10 (diff)
downloadandroid_packages_providers_CalendarProvider-e26536f0a4074537633cc7b8b49a5f556aee045c.tar.gz
android_packages_providers_CalendarProvider-e26536f0a4074537633cc7b8b49a5f556aee045c.tar.bz2
android_packages_providers_CalendarProvider-e26536f0a4074537633cc7b8b49a5f556aee045c.zip
Mark CalendarProvider as required for all profiles
Change-Id: I3daf1d8e53967070780fb07eaf544c0392e0669f
-rw-r--r--AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
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" />