summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorDanny Baumann <dannybaumann@web.de>2013-02-23 13:29:12 +0100
committerDanny Baumann <dannybaumann@web.de>2013-02-23 13:29:12 +0100
commitd5b9b0e224b96e811686704d78322f202054607a (patch)
treefb50f8a7383ec4017470c7bf0706d58e57e1b0c2 /AndroidManifest.xml
parent89b71fe17245f0d98cf0cf21b9ffc9fc77b2b670 (diff)
downloadandroid_packages_apps_Eleven-d5b9b0e224b96e811686704d78322f202054607a.tar.gz
android_packages_apps_Eleven-d5b9b0e224b96e811686704d78322f202054607a.tar.bz2
android_packages_apps_Eleven-d5b9b0e224b96e811686704d78322f202054607a.zip
Remove remainders of pre-ICS support.
Change-Id: I9f5bdde528fd67eee2dea61791cbf2c492446392
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 51ed499..ca4a96b 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -175,7 +175,6 @@
<!-- 4x2 App Widget -->
<receiver
android:name="com.andrew.apollo.appwidgets.AppWidgetLarge"
- android:enabled="@bool/has_honeycomb"
android:exported="false"
android:label="@string/app_widget_large" >
<intent-filter>
@@ -189,7 +188,6 @@
<!-- 4x2 alternate App Widget -->
<receiver
android:name="com.andrew.apollo.appwidgets.AppWidgetLargeAlternate"
- android:enabled="@bool/has_honeycomb"
android:exported="false"
android:label="@string/app_widget_large_alt" >
<intent-filter>
@@ -203,7 +201,6 @@
<!-- Resizable recently listened App Widget -->
<receiver
android:name="com.andrew.apollo.appwidgets.RecentWidgetProvider"
- android:enabled="@bool/has_honeycomb"
android:exported="false"
android:label="@string/app_widget_recent" >
<intent-filter>
@@ -217,7 +214,6 @@
<!-- The service serving the RemoteViews to the recently listened App Widget -->
<service
android:name="com.andrew.apollo.appwidgets.RecentWidgetService"
- android:enabled="@bool/has_honeycomb"
android:permission="android.permission.BIND_REMOTEVIEWS" />
<!-- Media button receiver -->
<receiver android:name=".MediaButtonIntentReceiver" >