hydrococcous
hydrococcous
I have a similar constellation. No Fingerprint but FaceId is activated on Android 9. I get back "BIOMETRIC_NOT_ENROLLED" as an error. Is there already a solution for this? ionic info:...
same problem. i wrote a service method onNotifications(){ let notification = this.firebase.onNotificationOpen(); return notification; } an in app.component.ts (ionic 3) i subscribe to service: private notificationSetup(){ this.fcm.getToken(); this.fcm.onNotifications().subscribe( (msg) =>...
I have the same problem here. As far as I could find out, it is necessary to set the following access in AndroidManifest.xml: ` ` However, Google is very restrictive...
I have exactly the same problem. Any solutions?
It seems Microsoft itself is the Problem: [https://github.com/cryptomator/cryptomator-android/issues/150#issuecomment-514401775](https://github.com/cryptomator/cryptomator-android/issues/150#issuecomment-514401775) I change the FileOpener2.java from: intent = new Intent(Intent.ACTION_VIEW); Context context = cordova.getActivity().getApplicationContext(); Uri path = FileProvider.getUriForFile(context, cordova.getActivity().getPackageName() + ".opener.provider", file); intent.setDataAndType(path,...