Skip to content

Commit cb1aec3

Browse files
committed
Remove old unused DreamsDockLauncher.
Bug: 6802065 Change-Id: I403b02ca7c78bb90eed712b3b6f846a4a6d68f8b
1 parent 3ee47ae commit cb1aec3

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)