OSDN Git Service

b/2090193 Prevent Bluetooth Pairing Request Dialog from showing in "Recent Apps"
authorMichael Chan <mchan@android.com>
Wed, 2 Sep 2009 01:51:04 +0000 (18:51 -0700)
committerMichael Chan <mchan@android.com>
Wed, 2 Sep 2009 02:06:36 +0000 (19:06 -0700)
AndroidManifest.xml

index d4f9381..47d8c4d 100644 (file)
 
         <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" />