I'm using the @barx notifications builder and, in Android &, couldn't set a custom sound anymore due the android.os.FileUriExposedException.
Some recommended to user this : https://www.b4x.com/android/forum/t...om-your-app-with-file-provider.70458/#content
But I don't think that will be useful in this case because it's a notification and is called from a service... I Manifest it's recommended to reference an Activity to enable uri... I also don't want to replace @barx notifications those work fine in all Android versions.
I think that this could be a problem to this lib and the developer can help us to fix.
Any suggestion?
B4X:
cn.CustomSound = "file:///sdcard/notification/ringer.mp3"
Some recommended to user this : https://www.b4x.com/android/forum/t...om-your-app-with-file-provider.70458/#content
But I don't think that will be useful in this case because it's a notification and is called from a service... I Manifest it's recommended to reference an Activity to enable uri... I also don't want to replace @barx notifications those work fine in all Android versions.
I think that this could be a problem to this lib and the developer can help us to fix.
Any suggestion?