Michal Jenicek

Results 12 comments of Michal Jenicek

I already solved this issue in the past by adding ability to enable/disable device admin from the app when enabling/disabling app security. I expect I don't have sufficient disclosure in...

I had similar issue and it seems to be FingerprintManager issue. The workaround is described here: https://stackoverflow.com/questions/53481621/memory-leak-but-how-can-i-pass-a-different-context-than-the-one-of-the-activity

I tested recording using fromDefaultMicrophone on many devices with constallation **AudioDispatcherFactory.fromDefaultMicrophone(44100, 2048, 0);** I noticed similar issue with Nexus 5X where the issue says: `Buffer size too small should be...

@thaidn the code in the solution doesn't require androidx.BiometricPrompt to be used with Tink. It just connect Tink as next actio nafter successful authentication. But it doesn't force fingerprint to...

I am afraid it's not just emulator issue. I can see the happening for users in production with device Samsung Galaxy S22 Ultra. This is definitely not just an emulator...

I can just add the scenario which was the cause in my particular case and how I [fixed that](https://github.com/kotoMJ/kotox-android/pull/4/commits/0352997764d0d41e02a39a8a0fc7cfd4d85a6ea6#diff-a5eea63766cddd4d9f50d7718cc543945265f684068916e56436faf2c3f0b678R63). For me this issue happened when the app was sent to...

Hi Gimmy, you are right. I changed the way of passing parameters: ``` rpc.call("aMethod", { param1:{value1: 'foo', value2: 'bar'}, param2:{value2: 'baz', value3: 'toz'} }, function (result) {}); ``` I agree,...

I am glad to see variant NCALL and PCALL. Actually in case of new version, I would prefer to somehow depricate the CALL method (to be removed for another version)....

@AmjadKhan2k18 actually I have no solution so far. But I have found the issue on Samsung Galaxy A52s 5G where the problem was happening now just disappeared. There are many...

@AmjadKhan2k18 just confirmation from our QA department that also other devices originally crashing with above described issue are now working. The main change is compile/target sdk version 34 Other small...