mobile_scanner icon indicating copy to clipboard operation
mobile_scanner copied to clipboard

Background reading sim card service provider information, privacy rights are not compliant

Open cmlanche opened this issue 7 months ago • 1 comments

This library references play-services-mlkit-barcode-scanning, and then references firebase, but I don't know why firebase has been reading sim card information in the background, resulting in the failure of privacy permission

android.telephony.TelephonyManager.getSimOperatorNumericForPhone(TelephonyManager.java:2331)<---android.telephony.TelephonyManager.getSimOperatorNumeric(TelephonyManager.java:2318)<---android.telephony.TelephonyManager.getSimOperatorNumeric(TelephonyManager.java:2302)<---android.telephony.TelephonyManager.getSimOperator(TelephonyManager.java:2264)<---cd.d.b(SourceFile:16)<---ld.c.c(SourceFile:7)<---ld.a.run(Unknown Source:8)<---ed.m$a.run(SourceFile:1)<---java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)<---java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)<---java.lang.Thread.run(Thread.java:764)

cmlanche avatar Jul 09 '24 15:07 cmlanche