python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Full screen in Flutter with android 12 api31
Hi everyone I have problems with the full screen I have tried various settings but I can not get a full screen on android 12 api31.
Currently I have set it like this.
I run app like this
SystemChrome....
Andrei
Votes: 0
Answers: 1
Hide notification bar on splash screen API 31
Is it possible to hide the notification bar on splash screen with the new Android 12 Splash screen API? So that the notification bar would be hidden from the very moment when the user launches an app....

Blank空白
Votes: 0
Answers: 1
Execution failed for task ':app:compileDebugJavaWithJavac' while updating targetSdkVersion from 30 to 31
I am migrating targetSdkVersion from API 30 to 31. Gradle wrapper version using is distributionUrl=https://services.gradle.org/distributions/gradle-6.1.1-all.zip. Gradle tool version is classpath 'com...
Chinmay Mujumdar
Votes: 0
Answers: 0
Android 12 - Opening a https intent causes app to restart activity and then launches browser
I'm seeing a strange behaviour only happening on android 12 devices.
In a Fragment of the app we tap to open a link in the browser like this:
Intent(Intent.ACTION_VIEW, Uri.parse(link)) and then star...
luislukas
Votes: 0
Answers: 0