Loading android/app/src/com/android/bluetooth/btservice/AdapterService.java +8 −0 Original line number Diff line number Diff line Loading @@ -5709,6 +5709,14 @@ public class AdapterService extends Service { } public void setPhonebookAccessPermission(BluetoothDevice device, int value) { Log.d( TAG, "setPhonebookAccessPermission device=" + ((device == null) ? "null" : device.getAnonymizedAddress()) + ", value=" + value + ", callingUid=" + Binder.getCallingUid()); setDeviceAccessFromPrefs(device, value, PHONEBOOK_ACCESS_PERMISSION_PREFERENCE_FILE); } Loading Loading
android/app/src/com/android/bluetooth/btservice/AdapterService.java +8 −0 Original line number Diff line number Diff line Loading @@ -5709,6 +5709,14 @@ public class AdapterService extends Service { } public void setPhonebookAccessPermission(BluetoothDevice device, int value) { Log.d( TAG, "setPhonebookAccessPermission device=" + ((device == null) ? "null" : device.getAnonymizedAddress()) + ", value=" + value + ", callingUid=" + Binder.getCallingUid()); setDeviceAccessFromPrefs(device, value, PHONEBOOK_ACCESS_PERMISSION_PREFERENCE_FILE); } Loading