summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorlinus_lee <llee@cyngn.com>2014-09-18 18:47:17 -0700
committerlinus_lee <llee@cyngn.com>2014-11-20 12:03:03 -0800
commitd5d50247c7fd1389b6cc42ec2d9afe48ed09fdb3 (patch)
tree824bf351567aeaebdd1f3f162f7d361ed563d6e6 /AndroidManifest.xml
parent963653311eac17ad0822462014580a26e31ccc95 (diff)
downloadandroid_packages_apps_Eleven-d5d50247c7fd1389b6cc42ec2d9afe48ed09fdb3.tar.gz
android_packages_apps_Eleven-d5d50247c7fd1389b6cc42ec2d9afe48ed09fdb3.tar.bz2
android_packages_apps_Eleven-d5d50247c7fd1389b6cc42ec2d9afe48ed09fdb3.zip
Eleven: remove dead code and recent widget
Change-Id: I635ec96493b9c2bdf173c0dad726edd6c30bef50
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml24
1 files changed, 0 insertions, 24 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index cfc3834..9c888c4 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -132,13 +132,6 @@
</intent-filter>
</activity>
- <!-- Profile phone Activity -->
- <activity
- android:name=".ui.activities.ProfileActivity"
- android:excludeFromRecents="true"
- android:screenOrientation="portrait"
- android:theme="@style/Eleven.Theme.ActionBar.Overlay">
- </activity>
<!-- Artist Detail Activity -->
<activity
android:name=".ui.activities.ArtistDetailActivity"
@@ -241,23 +234,6 @@
android:name="android.appwidget.provider"
android:resource="@xml/app_widget_large_alternate" />
</receiver>
- <!-- Resizable recently listened App Widget -->
- <receiver
- android:name="com.cyngn.eleven.appwidgets.RecentWidgetProvider"
- android:exported="false"
- android:label="@string/app_widget_recent" >
- <intent-filter>
- <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
- </intent-filter>
- <!-- This specifies the widget provider info -->
- <meta-data
- android:name="android.appwidget.provider"
- android:resource="@xml/app_widget_recents" />
- </receiver>
- <!-- The service serving the RemoteViews to the recently listened App Widget -->
- <service
- android:name="com.cyngn.eleven.appwidgets.RecentWidgetService"
- android:permission="android.permission.BIND_REMOTEVIEWS" />
<!-- Media button receiver -->
<receiver android:name=".MediaButtonIntentReceiver" >
<intent-filter>