targetsdkversion="31"

  1. yo3ggx

    Android Question Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE ...

    Hello, When I run the application I get the following error: notification_createnotification (java line: 204) java.lang.IllegalArgumentException: ro.yo3ggx.rxtxe: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent...
  2. F

    Android Question [SOLVED] Runtime BLUETOOTH_SCAN permission not working - android 12 device, targetsdk 31, android33 sdk

    Hello, I followed the instructions here to try to make the bluetooth scan work on Android 12 device with app targeted for API level 31. https://www.b4x.com/android/forum/threads/b4xpages-bluetooth-chat-example.119014/ However, even though the permission is added in the manifest and...
  3. F

    Android Question [SOLVED] Program type already present: okio.AsyncTimeout$Watchdog

    Hello, I've been using B4A since early releases for various projects. I updated to B4A v12.0 to recompile an old project of mine so that it conforms to latest Google Android guidelines. Project was compiling fine on a previous version of B4A (non 64bit), using targetsdk of 29 or below but it...
  4. yo3ggx

    Android Question SDK 31 and USBserial.RequestPermission

    Hello, As already mentioned in another thread, with targetSdkVersion="31" (mandatory for Play Store updates after 1st or November), I get the following error when trying to request permission for USBserial. Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE...
Top