B4A Question Help: FLAG_IMMUTABLE or FLAG_MUTABLE - Zeev Goldstein    Jan 26, 2023 hi,
i get this error message when running on phone with android 13
on version 9 it works
i set targ... B4A Question Compile ERROR java.lang.Il Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified - elitevenkat    Sep 1, 2022 : Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent.
Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if some... B4A Question Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE - LGS    Jun 9, 2024 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent.
Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if some functionality depends... B4A Question Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE ... - yo3ggx    Dec 19, 2022 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... B4A Question Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if some functionality depends on the PendingIntent being mutable, e.g. if it needs to be - Declan    Sep 12, 2024 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent.
Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if some functionality... B4A Question Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE.... - Erel (first post)    Jan 30, 2024 Please post the full error message from the logs, with the stack trace.... B4A Question Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified - mkalarakis (first post)    Jan 23, 2024 Thanks,
That works... B4A Question FLAG_IMMUTABLE or FLAG_MUTABLE - Filippo (first post)    Oct 17, 2022   (2 reactions) Just for info.
The same error occurs when using the library USB, namely at:
usbmanager.RequestPermis... German NB6 Flag_IMMUTABLE - OliverA (first post)    Nov 22, 2022   (1 reaction) Not recommended, but:
1) Create temp folder (such as c:\temp)
2) Install version 12 into temp folder (after install should have something like c:\temp\Anywhere Software)
3) Copy NB6.b4xlib from temp f... B4A Question new REQUIRE_SECURE_ENV flag - Filippo    Jul 15, 2023 the new REQUIRE_SECURE_ENV flag. Apps can add this flag to their manifest to indicate they don't want... Page: 1   2   3   4   |