Questions tagged [android-13]
247 questions
3
votes
1 answer
Flutter Android 13 splash screen doesn't look right
I've been trying to add a splashscreen to my app, but every configuration that I've tried doesn't produce a nice result.
This was the last and simplest attempt that I've tried.
I'm testing in on a Samsung Galaxy S21 FE running android 13. I've also…

Gandalf
- 113
- 8
3
votes
1 answer
MIUI 14 with Android 13, app second run always crashes
I recently updated my Xiaomi 12X to MIUI 14 Android 13 (xiaomi.eu XM12X V14.0.8.0 TLDCNXM). And I had a problem, it's impossible to run the application from Android Studio a second time, it crashes right away. I've tried it on other devices and it…

Firdavs Sattorov
- 33
- 4
3
votes
2 answers
How to get IMEI using adb command on Android 13?
There is a question about Getting IMEI number using ADB commands Android 12.
adb root
adb shell "service call iphonesubinfo 1 i64 0 | cut -c 52-66 | tr -d '.[:space:]'"
I tested the method, and it works well on Android 12.
But from android 13 on,…

James Feng
- 184
- 1
- 14
3
votes
2 answers
Notification icon showing blank on android 13
The notification icons on Android 13 are blank.
Check below screenshot-

Aditya Nandardhane
- 915
- 1
- 8
- 22
3
votes
1 answer
Failed to build sample SDK add-on on Android 13 AOSP
I'm trying to build my own SDK add-on from scratch, and attempt to comply with the sample in device/sample. Complying to the instructions in README.txt, I got following failure while building:
[100% 1/1] analyzing Android.bp files and generating…

charlescptsai
- 33
- 4
3
votes
0 answers
Android 13 Restricted Settings(Accessibility) API
I've tested Android 13 devices and I've seen that some of them use the "Restricted Settings" and others don't.
I want to check programatically if the current device has that feature.
Is there some kind of API for that?

Sher Mi
- 548
- 2
- 5
- 14
3
votes
0 answers
JaCoCo 0.8.7 has issues compiling with Android API level 32
In my Android Studio project I used this example with its including gradle scripts to run on each of my modules and combine all results of all modules together into one single coverage report. See GitHub playground project which worked fine so far…

Ralf Wickum
- 2,850
- 9
- 55
- 103
3
votes
1 answer
Android 13 Themed Icon cut off / doesnt fit in frame
I'm trying to implement the new themed icons and I have the problem that my icon is always zoomed in by 2x and I cannot get it to fit the canvas.
Below you can see the normal icon on the left and the themed icon on the…

BlazeCodeDev
- 631
- 1
- 7
- 27
2
votes
1 answer
Update MediaStyle notification of a foreground service without POST_NOTIFICATIONS permission via NotificationManager.notify in Android 13
My app targets API 33, and runs a foreground service to play online music.
Once the notification is started via startForeground(notification_Id, notification) I can update the notification via notificationManager.notify(notification_Id,…

Amc
- 88
- 7
2
votes
0 answers
How to access edit read write data folder for game files on Android 13
Hey I play a game on my Asus rog 6 I just wanted to edit and change a config file in the android/data/gamefile... It's a config file but android doesn't let me change or edit that is there a way to get around that please kindly help me it's just a…

Raihan Arfin
- 21
- 1
2
votes
1 answer
'boolean java.lang.Class.isInterface()' on a null object reference
I'm facing this crash on Android 13 at following code.
Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.Class.isInterface()' on a null object reference
Code:
val temp = if (Build.VERSION.SDK_INT >=…

Sohaib Ahmed
- 1,990
- 1
- 5
- 23
2
votes
2 answers
Storage Permission in Android 13 - Flutter Android 13
I'm developing a Flutter app that requires storage access on Android devices. The app functions properly on Android versions up to 12, but I'm encountering storage permission issues specifically on Android 13 devices. I've followed the standard…

manthan donga
- 23
- 5
2
votes
1 answer
Bitrise build fails for Android 13 (API level 33)
Bitrise fails to build an Android app which targets Android 13 (API level 33).
I've checked on Bitrise stacks and android-33 is only present in linux-docker-android-20.04 stack. This is unsuitable for me as I develop cross-platform app and use the…

Paul Allen
- 23
- 4
2
votes
0 answers
Prevent install two instance of same app on samsung android 13 devices
Enabling dual messenger app feature in android 13 with samsung devices, flutter app get installed twice, how to prevent this behaviour?
I don't know what to do

Mohammad Aldalati
- 31
- 3
2
votes
1 answer
Upgrading to Android API Level 33 fails to launch the main activity in the emulator
I have an react-native app which I am trying to upgrade to use Android API level 33 as per the latest Android release requirements.
In my manifest, my app builds and runs if I have the following settings:
buildToolsVersion = "33.0.0"
minSdkVersion…

Umbungu
- 945
- 3
- 10
- 30