summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorlinus_lee <llee@cyngn.com>2014-10-27 14:37:42 -0700
committerlinus_lee <llee@cyngn.com>2014-11-20 12:51:35 -0800
commitf54d05feef83b25e4989cf27c564c4edd4b94b80 (patch)
tree9f220f78f5853da2a57a5fd590e7e5a94deb4c81 /AndroidManifest.xml
parent65d4df952c557dac58a15b62fdecd4e9a5fbf37b (diff)
downloadandroid_packages_apps_Eleven-f54d05feef83b25e4989cf27c564c4edd4b94b80.tar.gz
android_packages_apps_Eleven-f54d05feef83b25e4989cf27c564c4edd4b94b80.tar.bz2
android_packages_apps_Eleven-f54d05feef83b25e4989cf27c564c4edd4b94b80.zip
Eleven: Remove some dead code and make app widgets just open up home activity
https://cyanogen.atlassian.net/browse/MUSIC-62 Change-Id: Ia92ea39f4b528a5f3958a8ce6877b9dc420bb838
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 7d8233e..c45c5b5 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -132,19 +132,6 @@
</intent-filter>
</activity>
- <!-- Shortcut launcher Activity -->
- <activity
- android:name=".ui.activities.ShortcutActivity"
- android:excludeFromRecents="true"
- android:exported="true"
- android:theme="@style/Theme.Transparent"
- android:screenOrientation="portrait">
- <intent-filter>
- <action android:name="android.media.action.MEDIA_PLAY_FROM_SEARCH" />
-
- <category android:name="android.intent.category.DEFAULT" />
- </intent-filter>
- </activity>
<!-- Search interface -->
<activity
android:name=".ui.activities.SearchActivity"