am ae651048: am 684736a9: b/2090193 Prevent Bluetooth Pairing Request Dialog from showing in "Recent Apps"

Merge commit 'ae651048122fa3bccabf2978851cf79ed0a77750'

* commit 'ae651048122fa3bccabf2978851cf79ed0a77750':
  b/2090193 Prevent Bluetooth Pairing Request Dialog from showing in "Recent Apps"
This commit is contained in:
Michael Chan
2009-09-01 19:11:51 -07:00
committed by Android Git Automerger

View File

@@ -443,6 +443,7 @@
<activity android:name=".bluetooth.BluetoothPairingDialog" <activity android:name=".bluetooth.BluetoothPairingDialog"
android:label="@string/bluetooth_pin_entry" android:label="@string/bluetooth_pin_entry"
android:excludeFromRecents="true"
android:theme="@*android:style/Theme.Dialog.Alert"> android:theme="@*android:style/Theme.Dialog.Alert">
<intent-filter> <intent-filter>
<action android:name="android.bluetooth.intent.action.PAIRING_REQUEST" /> <action android:name="android.bluetooth.intent.action.PAIRING_REQUEST" />