File tree Expand file tree Collapse file tree 2 files changed +0
-98
lines changed
Expand file tree Collapse file tree 2 files changed +0
-98
lines changed Original file line number Diff line number Diff line change 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" >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments