History log of /packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothPermissionRequest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ac8b5b7fd6b6774d22d39bb9a4becca1908915c7 09-Sep-2014 Edward Jee <edjee@google.com> Migrates PBAP and MAP access permission data from Settings to Bluetooth.

Currently, users' preference in phonebook and call history or message
access per each Bluetooth-paired device is stored in Settings application's
shared preferences.

However, some privileged applications other than Settings need to access
such data. So we decided to migrate the data from Settings application's
shared preferences to Bluetooth application's.

Bug: 17158953
Change-Id: I44fde350ea35027df0de77feec1ea19c65f2f1c6
/packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothPermissionRequest.java
4ce62f3fab5b0b74f3d5839579b795d360e32272 20-Aug-2014 Selim Cinek <cinek@google.com> Added colors to system notifications

Bug: 17128331
Change-Id: I0cf0fe76a97d9dd772cd23475eddf5bdb92b2cca
/packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothPermissionRequest.java
5d2595f05182910c1dd0ed1302bf59071b55ae79 22-Aug-2013 Kim Schulz <k.schulz@samsung.com> MAP 1.1 Review fixes

- Fixes to the issues found during review.
- added support for BluetoothProfile ProfileService Classes
- Added new MapProfile.java to comply with new structure
- changed ORDINAL to use BluetoothProfile.MAP directly
- Moved construction of MapProfile to LocalBluetoothProfileManager constructor
- Added support for multiple concurent permission activities and/or multiple notifications (i.e. pbap and map permission request right after each other)
- cleanup
- changed settings to use Notification.Builder
- made the notifications for map/pbab more informative
- added handling of back button + "clear all notifications"

Bug:10692365
Change-Id: I9803c9658a96b1a9c1d4734d2fdd22f1421d2827
/packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothPermissionRequest.java
5b5b1e39ddd28af55cf5dd4a9ca9bf29828a66a6 19-Jul-2013 Matthew Xie <mattx@google.com> Bluetooth MAP profile - sms and mms support initial check-in

bug:10116530

Change-Id: I3f50e66420e53bf21a1ecba06aed6b8261ff3064
/packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothPermissionRequest.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/BluetoothPermissionRequest.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/BluetoothPermissionRequest.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/BluetoothPermissionRequest.java