Skip to content

Commit f5221a8

Browse files
dsandlerAndroid Git Automerger
authored andcommitted
am cb1aec3: Remove old unused DreamsDockLauncher.
* commit 'cb1aec3403115467d1298fcabd45137eb483a1fe': Remove old unused DreamsDockLauncher.
2 parents 7d1ef0c + cb1aec3 commit f5221a8

File tree

2 files changed

+0
-98
lines changed

2 files changed

+0
-98
lines changed

packages/SystemUI/AndroidManifest.xml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -84,26 +84,6 @@
8484
</intent-filter>
8585
</receiver>
8686

87-
<!-- should you need to launch the screensaver, this is a good way to do it -->
88-
<activity android:name=".DreamsDockLauncher"
89-
android:theme="@android:style/Theme.Dialog"
90-
android:label="@string/dreams_dock_launcher">
91-
<intent-filter>
92-
<action android:name="android.intent.action.MAIN" />
93-
<category android:name="android.intent.category.DEFAULT" />
94-
</intent-filter>
95-
</activity>
96-
97-
<!-- launch screensaver on (desk) dock event -->
98-
<receiver android:name=".DreamsDockLauncher$DockEventReceiver"
99-
android:exported="true"
100-
>
101-
<intent-filter>
102-
<action android:name="android.intent.action.DOCK_EVENT" />
103-
</intent-filter>
104-
</receiver>
105-
106-
10787
<activity android:name=".usb.UsbStorageActivity"
10888
android:label="@*android:string/usb_storage_activity_title"
10989
android:excludeFromRecents="true">

packages/SystemUI/src/com/android/systemui/DreamsDockLauncher.java

Lines changed: 0 additions & 78 deletions
This file was deleted.

0 commit comments

Comments
 (0)