Added ability for user to automatically accept/deny Bluetooth Phonebook Syncs
Bug: 16040292 Change-Id: Ieeaa014052f53787cf7057578e0b2ac048dc6eb1
This commit is contained in:
@@ -118,16 +118,17 @@ final class PbapServerProfile implements LocalBluetoothProfile {
|
||||
}
|
||||
|
||||
public int getNameResource(BluetoothDevice device) {
|
||||
return 0;
|
||||
return R.string.bluetooth_profile_pbap;
|
||||
}
|
||||
|
||||
public int getSummaryResourceForDevice(BluetoothDevice device) {
|
||||
return 0;
|
||||
return R.string.bluetooth_profile_pbap_summary;
|
||||
}
|
||||
|
||||
public int getDrawableResource(BluetoothClass btClass) {
|
||||
return 0;
|
||||
return R.drawable.ic_bt_cellphone;
|
||||
}
|
||||
|
||||
protected void finalize() {
|
||||
if (V) Log.d(TAG, "finalize()");
|
||||
if (mService != null) {
|
||||
|
||||
Reference in New Issue
Block a user