summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandra Gherghina <alexgherghina@google.com>2014-04-11 11:25:51 +0000
committerAlexandra Gherghina <alexgherghina@google.com>2014-04-11 11:25:51 +0000
commit50bdd67bf87b97e0d3f527285229c4c04509278d (patch)
treeea3bc84acbd22030bcd5e4aef81d5ebb5db43a0f
parente26536f0a4074537633cc7b8b49a5f556aee045c (diff)
downloadandroid_packages_providers_CalendarProvider-50bdd67bf87b97e0d3f527285229c4c04509278d.tar.gz
android_packages_providers_CalendarProvider-50bdd67bf87b97e0d3f527285229c4c04509278d.tar.bz2
android_packages_providers_CalendarProvider-50bdd67bf87b97e0d3f527285229c4c04509278d.zip
Revert "Mark CalendarProvider as required for all profiles"
This reverts commit e26536f0a4074537633cc7b8b49a5f556aee045c. We've switched to a whitelist approach. Change-Id: Id960fac9319031cc4b552c503489e60ed8be8626
-rw-r--r--AndroidManifest.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 7c1aa4c..52d9f0a 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -37,8 +37,7 @@
<uses-permission android:name="android.permission.UPDATE_APP_OPS_STATS" />
<application android:label="@string/calendar_storage"
- android:icon="@drawable/app_icon"
- android:requiredForProfile="all">
+ android:icon="@drawable/app_icon">
<!-- TODO: Remove dependency of application on the test runner
(android.test) library. -->
<uses-library android:name="android.test.runner" />