summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/AndroidManifest.xml
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2012-07-25 11:00:49 -0400
committerDaniel Sandler <dsandler@android.com>2012-07-25 11:00:49 -0400
commitcb1aec3403115467d1298fcabd45137eb483a1fe (patch)
treeef6c9ffdc04a883bae6a9b93ce751a5680d124d7 /packages/SystemUI/AndroidManifest.xml
parent3ee47ae7ee0d0afc0a2bbe71636c31483b5502cd (diff)
downloadframeworks_base-cb1aec3403115467d1298fcabd45137eb483a1fe.zip
frameworks_base-cb1aec3403115467d1298fcabd45137eb483a1fe.tar.gz
frameworks_base-cb1aec3403115467d1298fcabd45137eb483a1fe.tar.bz2
Remove old unused DreamsDockLauncher.
Bug: 6802065 Change-Id: I403b02ca7c78bb90eed712b3b6f846a4a6d68f8b
Diffstat (limited to 'packages/SystemUI/AndroidManifest.xml')
-rw-r--r--packages/SystemUI/AndroidManifest.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/packages/SystemUI/AndroidManifest.xml b/packages/SystemUI/AndroidManifest.xml
index 637c403..10849f6 100644
--- a/packages/SystemUI/AndroidManifest.xml
+++ b/packages/SystemUI/AndroidManifest.xml
@@ -84,26 +84,6 @@
</intent-filter>
</receiver>
- <!-- should you need to launch the screensaver, this is a good way to do it -->
- <activity android:name=".DreamsDockLauncher"
- android:theme="@android:style/Theme.Dialog"
- android:label="@string/dreams_dock_launcher">
- <intent-filter>
- <action android:name="android.intent.action.MAIN" />
- <category android:name="android.intent.category.DEFAULT" />
- </intent-filter>
- </activity>
-
- <!-- launch screensaver on (desk) dock event -->
- <receiver android:name=".DreamsDockLauncher$DockEventReceiver"
- android:exported="true"
- >
- <intent-filter>
- <action android:name="android.intent.action.DOCK_EVENT" />
- </intent-filter>
- </receiver>
-
-
<activity android:name=".usb.UsbStorageActivity"
android:label="@*android:string/usb_storage_activity_title"
android:excludeFromRecents="true">