diff options
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r-- | AndroidManifest.xml | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 98993f9..4700fb5 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -489,20 +489,14 @@ </activity> <receiver - android:name=".bluetooth.DockAudioStateChangeReceiver" - > + android:name=".bluetooth.DockEventReceiver"> <intent-filter> <action android:name="android.intent.action.DOCK_EVENT" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </receiver> - <activity android:name=".bluetooth.DockSettingsActivity" - android:label="@string/bluetooth_dock_settings" - android:launchMode="singleTask" - android:excludeFromRecents="true" - android:theme="@*android:style/Theme.Dialog.Alert"> - </activity> + <service android:name=".bluetooth.DockService" /> <activity android:name=".bluetooth.RequestPermissionActivity" android:label="@string/bluetooth_permission_request" |