summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/bluetooth/BluetoothPermissionRequest.java
Commit message (Collapse)AuthorAgeFilesLines
* Correctly remember MAP access selection.Danny Baumann2013-04-031-7/+10
| | | | | | | | | Previously, the MAP access notification used to pop up on every BT connection. 'Don't ask this again' didn't work. Fix that by correctly remembering not only the PBAP access selection, but also the MAP access selection. Change-Id: I8fb9bedc02f696c9247861eb57ad64c4a8f5f6fa
* Remember user choice for phone book access permission dialogMatthew Xie2011-08-181-14/+92
| | | | | | | | | Change the always-allowed checkbox to be don't-ask-again checkbox to remember user's decision so that user will not be bothered agian if he/she checks the don't-ask-again checkbox bug 5099661 Change-Id: If32ab8e93313bbd33ff040553083f0cf9359b69e
* Save changed name from CachedBluetoothDevice to native storageMatthew Xie2011-07-271-1/+1
| | | | | | | The change preserves the friendly name change over power cycle. bug 5081605 Change-Id: I2b2cce5a789c72d52439511c42df369639eb0b4b
* Show user dialog for BT connection and phonebook accessMatthew Xie2011-06-291-0/+107
Show user dialog for incoming BT connection requests from unknown devices. Move phone book access permission dialog from bluetooth to settings. The permision dialog pops up to the screen properly instead of always as notification. AT+CPBR will also use the permission dialog to ask for user permission. bug 4489572 Change-Id: Ic1e74b2a9416a462cac4f519240a313691da90c4