android-12 Questions
3
I'm trying to migrate my existing custom Splash screen implementation to Android 12. I have implemented it exact same way as mentioned in the provided link : as mentioned in the provided link
When ...
Homage asked 9/8, 2021 at 13:26
6
Solved
After the splash screen loads, I am getting a action bar, but I have set postSplashScreenTheme to no action bar theme. This is happening only to android 12 emulator.
<?xml version="1.0"...
Definition asked 23/3, 2022 at 9:20
15
I am seeing a weird issue with a new app that I am starting. I am utilizing the new Android 12 splash screen API to create my splash screen and I followed the guide provided by Google to do so. I i...
Mikamikado asked 2/11, 2021 at 15:5
7
Solved
I am learning Android's new SplashScreen API introduced with Android 12. I have so far gotten it to work on my Emulator and Google Pixel 4A, but I want to increase its duration. In my Splash Screen...
Cupel asked 26/1, 2022 at 0:9
3
Solved
How can i disable Clipboard editor overlay, that is enabled by default in Android Emulator API 33?.
It is very annoying while debugging apps.It always popup over my debugging apps, and i have to cl...
Casandracasanova asked 20/5, 2022 at 4:58
6
Solved
I'm using Android Studio 2020.3.1 Patch 2, on Windows 10 and I'm running an Android 12 emulator.
I'm attempting to simply load any webpage using Google Chrome, however all that happens is that the ...
Infundibuliform asked 10/9, 2021 at 15:55
12
Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified
App crashes at runtime with the following error :
java.lang.IllegalArgumentException: maa.abc: Targeting
S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or
FLAG_MUTABLE be specified ...
Pawpaw asked 28/1, 2022 at 12:59
39
Solved
After upgrading to android 12, the application is not compiling. It shows
"Manifest merger failed with multiple errors, see logs"
Error showing in Merged manifest:
Merging Errors:
Erro...
Fabriane asked 28/7, 2021 at 4:9
8
Solved
Fatal Android 12: Exception: startForegroundService() not allowed due to mAllowStartForeground false
I noticed one exception (Firebase Crashlytics) for Pixel 5 and Pixel 4a (both on Android 12), no other devices, happened only two times, one time for each device.
What does it mean? Android 11 and ...
Scotney asked 20/11, 2021 at 8:36
3
Solved
I want to play some audio with volume lvl adjusted to ear aka. "phone call mode". For this purpose, I'm using well-known and commonly advised
audioManager.setMode(audioNormalState ?
Audi...
Sowens asked 19/1, 2022 at 10:4
2
I'm trying to make the background of an android 12 splash screen use @android:color/system_neutral1_900 as the background, but as I can see, the color loads only after the splash screen. Is there a...
Jaclin asked 23/7, 2022 at 18:15
2
When I want to get info about current wifi connection via WifiManager.connectionInfo I get
this:
'getter for connectionInfo: WifiInfo!' is deprecated. Deprecated in Java
How can I do it in Androi...
Disruptive asked 24/7, 2021 at 16:52
7
Starting with Android 12, Google show a toast message with an app icon.
My application have launcher icon. Android 12 splash screen show app icon correctly.
Show toast by code
Toast.makeText(this, ...
Welsh asked 19/10, 2021 at 11:39
22
Issue: You uploaded an APK or Android App Bundle which has an activity, activity alias, service, or broadcast receiver with intent filter, but without the 'android: exported' property set. This fil...
Chrysa asked 13/1, 2022 at 10:54
22
Solved
I have added android:exported="true" to my only activity in manifest but still getting below error after updating compile sdk and target sdk version to 31.I also tried rebuilding the proj...
Globeflower asked 22/9, 2021 at 15:47
5
Solved
I'm trying to upgrade my application to target android 31 which introduces splash screen API so I followed the migration process mentioned here, but after migration the application doesn't run beca...
Archoplasm asked 1/9, 2021 at 8:46
7
I am using 'org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.5' for mqtt service and the app keeps crashing on android 12 devices with the following crash logs
java.lang.IllegalArgumentException...
Haughay asked 17/2, 2022 at 9:8
1
Hy guys
Situation
I have been updated MyApp to target Android 12 and ran into some odd behavior with the new SCHEDULE_EXACT_ALARM permission.
I have following problem with the new introduced permis...
Reword asked 21/6, 2022 at 9:56
7
Solved
After update to Java 11 got an error in Android Studio by ./gradlew lintFooDebug command.
* What went wrong:
Execution failed for task ‘foo:syncDebugLibJars'.
> NestMember requires ASM7
• Ran ...
Hypermeter asked 9/8, 2021 at 9:13
5
Solved
When Xamarin.Android is set to Android 12, I received
"You uploaded an APK or Android App Bundle which has an activity,
activity alias, service or broadcast receiver with intent filter, but
w...
Chevy asked 27/1, 2022 at 10:10
9
Solved
When testing a Flutter app on an emulator running Android 12, I'm seeing lines like these in the logs at regular intervals (approximately every second):
D/EGL_emulation(32175): app_time_stats: avg=...
Finalist asked 16/12, 2021 at 8:42
12
Solved
Bluetooth is the main dependency of our app. So, We already try to implement new Android 12 Bluetooth permissions. Our only resource is Android developers New Bluetooth permissions in Android 12. T...
Unchaste asked 27/5, 2021 at 13:16
3
Am trying to migrate ionic cordova app to android 12 (api 32). Cannot use <splash> tags anymore. instead that I should use <preference name="AndroidWindowSplashScreenAnimatedIcon"...
Haihaida asked 16/8, 2022 at 7:56
4
Solved
I´ve started testing my app for issues on Android 12, and have had some warnings regarding mutability flags on pending intents that are set up for a home screen widget. These mutability flags are n...
Isochronous asked 3/11, 2021 at 17:11
3
I am using react-native-splash-screen library for making my custom splash screen in the app from an image on both iOS and Android.
However, Google introduced the new splash screens approach in Andr...
Monastic asked 25/4, 2022 at 17:46
1 Next >
© 2022 - 2024 — McMap. All rights reserved.