FeitianSmartcardReader / R502_SDK_Latest

The SDK can support R502 dual interafece and R502 contactless only. The CL means contactless.
https://www.ftsafe.com/products/reader/Dual_Interface
10 stars 3 forks source link

https://coder.social/FeitianSmartcardReader/FEITIAN_MOBILE_READERS/issues/36 #2

Closed thienbui closed 1 year ago

thienbui commented 2 years ago

this error occuring when using ft.readerFind() in latest Android versions

W/System.err: java.lang.Exception: java.lang.IllegalArgumentException: uz.newtech.mobilkassa: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent.
W/System.err: Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if some functionality depends on the PendingIntent being mutable, e.g. if it needs to be used with inline replies or bubbles.
W/System.err:     at com.ftsafe.comm.CommBase.readerFind(CommBase.java:205)
W/System.err:     at com.ftsafe.readerScheme.FTReader.readerFind(FTReader.java:30)

Thanks

FeitianSmartcardReader commented 1 year ago

latest SDK already fix it.