summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorMichael Chan <mchan@android.com>2009-09-01 18:51:04 -0700
committerMichael Chan <mchan@android.com>2009-09-01 19:06:36 -0700
commit684736a9d4cc044c6970411485f4c22d5d7e3b74 (patch)
tree2312d73cbc7bdea16e977a7ec6c8d45fa2cfe553 /AndroidManifest.xml
parentab6552c3f01f893ca927fc8ef0fec95a6c8f178f (diff)
downloadpackages_apps_settings-684736a9d4cc044c6970411485f4c22d5d7e3b74.zip
packages_apps_settings-684736a9d4cc044c6970411485f4c22d5d7e3b74.tar.gz
packages_apps_settings-684736a9d4cc044c6970411485f4c22d5d7e3b74.tar.bz2
b/2090193 Prevent Bluetooth Pairing Request Dialog from showing in "Recent Apps"
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index d4f9381..47d8c4d 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -443,6 +443,7 @@
<activity android:name=".bluetooth.BluetoothPairingDialog"
android:label="@string/bluetooth_pin_entry"
+ android:excludeFromRecents="true"
android:theme="@*android:style/Theme.Dialog.Alert">
<intent-filter>
<action android:name="android.bluetooth.intent.action.PAIRING_REQUEST" />