android 12

  1. Duque

    Android Question CLOSE_SYSTEM_DIALOGS android 12+

    This worked fine up to android 11 I am referring to this same case 6 years later. Dim intent As Intent intent.Initialize("android.intent.action.CLOSE_SYSTEM_DIALOGS", "") 'close the notifications drawer Dim p As Phone p.SendBroadcastIntent(intent) Don't scold me, I spent the whole day reading...
  2. naengi

    Android Question HttpJob timeout in receiver

    Hello I use HTTPJob in the receiver There is no problem when the program is running and all requests are sent correctly But When I close the program, I get a timeout error or Unable to resolve host error 😑 What is the problem? And one more question, is it still possible to run a service in...
  3. 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...
  4. SinaDeveloper

    Android Question Splash screen in Android 12

    Hello How can I make my b4a splash screen compatible with Android 12? As you know, there is a mandatory splash in Android 12 that displays the program icon in a small form and after a few seconds the program starts. This has caused my app to have two splashes on Android 12! Here is how to...
  5. F

    Bug? SetVolume and Android 12

    Hello, Since Android 12 the SetVolume method no longer works when my application is in the background. No problem with Android 11, Android 10 and Android 9. Am I the only one having this problem? How to solve it? Thank you for your help.
  6. B

    Android Question SQLite not updating after exit program

    Hello, I have an Android app that I created a year ago. It does updates to a SQLite database installed with the app. It worked fine on Android 10 but with Android 12 when we make changes and then exit the app the changes are not saved. When we restart the app it starts with the data just like...
  7. I

    Android Question How to extract wallpaper colors using Monet theme engine on Android 12?

    As the title says, Android 12's Material You offers the ability to extract colors from a user's wallpaper and use it in your app. All major Google apps (and a few third party apps) have been updated to support this. Can we do this in B4A? Here is the relevant Java/Kotlin code...
  8. S

    Android Question App works ok on Android 9, crashes on Android 11 and 12 while scrolling

    Hello, an app where I'm working on runs ok on Android 9, but crashes on Android 11 and 12 emulators (10 I could not test). This happens while scrolling down to the last loaded image, and when reached it crashes (but not on Android 9). An no error is given in the filtered logs. I'm not...
  9. Derek Johnson

    Android Question Crash of App on Android 12 with SDK31

    Google's testing of the latest version of my app has revealed this crash that they found on this single device: google Pixel 6 using Android 12 (SDK 31 ) 8,192 MBarm64-v8aen_GB Can anyone offer any insight into this? I've also seen it myself occasionally on start up on my Pixel 3A XL with...
  10. Sandman

    Thoughts on Android 12?

    I upgraded to Android 12 about a week ago, and I consider it the worst Android upgrade I've ever had. For the first time ever I feel the user interface took a step backwards. It feels clumsy and it's harder to navigate. (Example: The buttons displayed when swiping down from top, and then...
Top