Hi,
My app attempts to automatically pair my bluetooth device when it finds it, but I am getting crashes at this point in android 7.
I have added the line "AddPermission(android.permission.BLUETOOTH_PRIVILEGED)" in my manifest editor, but am still getting the error.
Any ideas?
My app attempts to automatically pair my bluetooth device when it finds it, but I am getting crashes at this point in android 7.
Caused by: java.lang.SecurityException: Need BLUETOOTH PRIVILEGED permission: Neither user 10082 nor current process has android.permission.BLUETOOTH_PRIVILEGED.
I have added the line "AddPermission(android.permission.BLUETOOTH_PRIVILEGED)" in my manifest editor, but am still getting the error.
Any ideas?