I recently migrated from v 7.3 to V8. After the migration, I had many problems in apps that was already running in an android 7.0 those where before targeted to SDK 21. These are the main problems:
- SMS Detect intent is not working anymore - I use SMS to validate the phone number, like WhatsApp - but the app is not raising the SMS received event anymore.
- Text Default color is black: my background is dark also and so the letters are not visible anymore
- I'm getting the follow error when trying to set a sound to notification (Using Notifications Builder from @barx ):
android.os.FileUriExposedException: file:///storage/emulated/0/notification/msgting.mpeg exposed beyond app through Notification.sound
Notice that the same app, without change, running at the same device, compiled with SDK 21 and B4A 7.3 run normally. This also runs normally on Android 6.X devices...
I think that as these problems are related with SDK 26 and B4A 8 at Android 7.x, @Erel could help and also check is there is anything that could be done while compiling in order to avoid these differences between versions...
Does anybody can help? I think that similar issues will affect all sometime.
- SMS Detect intent is not working anymore - I use SMS to validate the phone number, like WhatsApp - but the app is not raising the SMS received event anymore.
- Text Default color is black: my background is dark also and so the letters are not visible anymore
- I'm getting the follow error when trying to set a sound to notification (Using Notifications Builder from @barx ):
android.os.FileUriExposedException: file:///storage/emulated/0/notification/msgting.mpeg exposed beyond app through Notification.sound
Notice that the same app, without change, running at the same device, compiled with SDK 21 and B4A 7.3 run normally. This also runs normally on Android 6.X devices...
I think that as these problems are related with SDK 26 and B4A 8 at Android 7.x, @Erel could help and also check is there is anything that could be done while compiling in order to avoid these differences between versions...
Does anybody can help? I think that similar issues will affect all sometime.