summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorMichael Chan <mchan@android.com>2009-12-03 00:31:59 -0800
committerMichael Chan <mchan@android.com>2009-12-03 20:32:38 -0800
commit0bd445b974292dc3910b6bb85dcee7e7c378968f (patch)
treefeed9649d176316055513e7fd90420caf1b5cf89 /AndroidManifest.xml
parent3327f7887328c55ef2d837a8e2a07cea2070c744 (diff)
downloadpackages_apps_Settings-0bd445b974292dc3910b6bb85dcee7e7c378968f.tar.gz
packages_apps_Settings-0bd445b974292dc3910b6bb85dcee7e7c378968f.tar.bz2
packages_apps_Settings-0bd445b974292dc3910b6bb85dcee7e7c378968f.zip
b/2296110 New Dialog which appears when phone is place on dock.
Change-Id: I58b216ee9b4ca9ce16210309358c0512271e128e
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index fd53b958a..974950dd7 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -488,6 +488,22 @@
</intent-filter>
</activity>
+ <receiver
+ android:name=".bluetooth.DockAudioStateChangeReceiver"
+ >
+ <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>
+
<activity android:name=".bluetooth.RequestPermissionActivity"
android:label="@string/bluetooth_permission_request"
android:excludeFromRecents="true"