fingerprintjs-android
fingerprintjs-android copied to clipboard
Swiss army knife for identifying and fingerprinting Android devices. MIT license, no restrictions on usage in production.
On android tv devices i receive com.test.app I/ServiceManager: Waiting for service 'media.camera' on '/dev/binder'... com.test.app I/ServiceManager: Waiting for service 'media.camera' on '/dev/binder'... com.test.app I/ServiceManager: Waiting for service 'media.camera' on '/dev/binder'......
Improved cpuinfo parsing and added filtering for some cpuinfo properties to make the signal stable. These changes should resolve [this issue](https://github.com/fingerprintjs/fingerprintjs-android/issues/38)
attached is an image pointing to the fingerprint sdk of an anr from this dependency. any thoughts? this is on version 1.2.
When I'm reading the code example in the readme: ```kotlin // Initialization val fingerprinter = FingerprinterFactory .getInstance(applicationContext, Configuration(version = 3)) ``` This part `version = 3` seems random and arbitrary...
Hello, I am trying to figure it out what is happening with different fingerprints on different running. The main issue is that I found in CpuInfoProvider that reading /proc/cpuinfo multiple...
Currently we are using android.hardware.Camera API which is marked as deprecated.
Just some self-explanatory code: ``` fun okCase(fingerprinter: Fingerprinter) { fingerprinter.getDeviceId( listener = { deviceId1 -> fingerprinter.getDeviceId( listener = { deviceId2 -> // The following check returns true which is ok...
Hi, I tried the demo app and observed that the device fingerprint with stability level stable changes on system update. I assume we are getting hardware fingerprint for stability level...
Firstly thanks for this library! For the last 24+ hours [jitpack went down](https://github.com/jitpack/jitpack.io/issues/5337), which broke the build pipeline for apps using fingerprintjs-android. Have you considered publishing on a more reputable...
[RUN_GRADLEW] Could not determine the dependencies of task ':app:processDebugResources'. [RUN_GRADLEW] > Could not resolve all task dependencies for configuration ':app:debugRuntimeClasspath'. [RUN_GRADLEW] > Could not resolve com.fingerprint.android:pro:2.2.3. [RUN_GRADLEW] Required by: [RUN_GRADLEW]...