Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Remove old unused DreamsDockLauncher.
Browse files Browse the repository at this point in the history
Bug: 6802065
Change-Id: I403b02ca7c78bb90eed712b3b6f846a4a6d68f8b
  • Loading branch information
dsandler committed Jul 25, 2012
1 parent 3ee47ae commit cb1aec3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 98 deletions.
20 changes: 0 additions & 20 deletions packages/SystemUI/AndroidManifest.xml
Expand Up @@ -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">
Expand Down
78 changes: 0 additions & 78 deletions packages/SystemUI/src/com/android/systemui/DreamsDockLauncher.java

This file was deleted.

0 comments on commit cb1aec3

Please sign in to comment.