History log of /packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothPermissionActivity.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
40b77fe04b2fc37b7f98b35fe9cf8ae54931dd1d 10-Sep-2012 Ganesh Ganapathi Batta <ganeshg@broadcom.com> Fix NPE in bluetooth Permission Activity

This fixes a NPE by ensuring that cached device list has
a cached device associated with a given BDA before accessing
the cached device
Bug:5964529

Change-Id: Ib2c3596e6e008c78f9f1137134e421ca710e1217
/packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothPermissionActivity.java
b707255a440e53ec2865c4b34c7ea07d16d471bd 09-Aug-2011 Matthew Xie <mattx@google.com> Remember user choice for phone book access permission dialog

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
/packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothPermissionActivity.java
2036ebd8896bbabbbe04db34c9e7d8a1be6fe32a 27-Jul-2011 Matthew Xie <mattx@google.com> Save changed name from CachedBluetoothDevice to native storage

The change preserves the friendly name change over power cycle.
bug 5081605

Change-Id: I2b2cce5a789c72d52439511c42df369639eb0b4b
/packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothPermissionActivity.java
dbed12020c87d686ddcdbdbb8fba8f7b43a4e8d3 28-Jun-2011 Matthew Xie <mattx@google.com> Show user dialog for BT connection and phonebook access

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
/packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothPermissionActivity.java