Android-Scanner-Compat-Library icon indicating copy to clipboard operation
Android-Scanner-Compat-Library copied to clipboard

Filter does not update in run time (using Pending intent)

Open Borna-f opened this issue 3 years ago • 1 comments

Steps to reproduce:

add an scan filter like below

ScanFilter sf = new ScanFilter.Builder().setDeviceAddress("MAC_ADDRESS_HERE").build();

start scan with that filter and pending intent.

stop scan remove that filter from the filters list start scan again (with updated filter list) see the error.

Expected behavior: The removed item does not show up.

Actual Behavior: The removed item do show up!

Borna-f avatar Oct 04 '22 21:10 Borna-f

Hi, What Android version did you use?

philips77 avatar Oct 23 '22 13:10 philips77