Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [android-13]

The tag has no usage guidance.

-1 votes
1 answer
42 views

Android 13 keeps denying READ_MEDIA_IMAGES permission even thou I clicked "allow permission". How do I solve this?

I made a READ_MEDIA_IMAGES permission to access pictures from the gallery, but when the request permission dialog pops up, I click "Allow" but on the logcat, the permissions get denied ...
kosi's user avatar
  • 1
1 vote
1 answer
75 views

Custom AOSP Vendor Image: SIM Card Not Detected After Flashing in Android 13 for Pixel 7a(lynx)

I customized the vendor image in AOSP by modifying BoardConfigPartial.mk to generate a custom vendor image rather than using the prebuilt one. After successfully flashing the custom vendor image onto ...
Ilaveni Ranjith's user avatar
1 vote
0 answers
41 views

how i can make a calling app able to select as default phone app in Android 13 or greater

I am building a calling application in flutter and want to achieve that my app would be available in default phone app list. Till android 12 my app is in default phone app list but from android 13 , ...
Manish Sharma's user avatar
0 votes
0 answers
38 views

Not able to see Save Credentials prompt using Google Credential Manager for Android Devices 13 and above

Below code is not working for Android Version 13 and above but same code is working for Android 12. This code is not showing pop up to save credential neither its throwing any exception try { ...
NEHA UTEKAR's user avatar
0 votes
1 answer
41 views

how to add volume controls to navbar in android 13 aosp

i am working on designing a custom android os build (lineageos 20 based) on a samsung s6lite LTE tablet as a car stereo replacement, but i am wondering if anyone is able to offer any changes i can ...
DJ_Steve's user avatar
0 votes
0 answers
204 views

How to know user has given permission of select photos and videos or allow all permission android14

I am using android 13 phone, upgraded to android 14. I want to figure out what permission my app has of gallery. It is crashing when app doesn't have allow all permission and it is accessing photo ...
Twinshu Parmar's user avatar
0 votes
0 answers
54 views

React Native Background Task Termination on Device Lock in Android OS <= 13

Despite enabling battery optimization setting, I'm facing an issue in my React Native Android application where background tasks, managed by react-native-background-timer and react-native-background-...
Ambreen Kanwal's user avatar
2 votes
2 answers
379 views

Delphi 11.3 with Android SDK 33

I only have access to Delphi 11.3 at the moment. Google Developers portal have a requirement of SDK 33 now. Is it possible to get 11.3 to work with SDK 33 ? I installed Android Studio, managed to ...
Peter Jones's user avatar
0 votes
0 answers
324 views

Android 13 & 14 seem to close WebSocket connection, if i put app in background, after ~20s

In our Android app we have a VideoCall feature. We use 'webRTC' library + i see a 'io.socket:socket.io-client' dependecy. We have a class 'RtcWrap' (instantiated by DI as a singleton) - this holds ...
pulancheck1988's user avatar
1 vote
1 answer
42 views

bluetoothLeScaner.startScan(scanCallback) isnt returning null

I am attempting to connect my phone to a bluetooth device. I am using an android 13 . In my scandevices file, I am coming across an issue on this line bluetoothLeScaner.startScan(scanCallback). I am ...
Liza Gildisch's user avatar
0 votes
0 answers
38 views

Miss dependency when compile libgui in Android13 sdk

when I add header dependency of gralloc header to Android.bp in libgui "libgralloc_metadata_sys_headers", cd into frameworks/native/libs/gui and MM report error: "module libgui ...
MIKU_LINK's user avatar
  • 192
1 vote
0 answers
309 views

Android 13 can't connect to wifi programmatically

I'm trying to connect to a wifi (passing the ssid and password). The callback of the function it does return that the wifi is available, put it does not really connect to the wifi. The code does work ...
Naiara Maneiro's user avatar
0 votes
1 answer
162 views

In my Android app Retrofit API requests is working fine in Android 12 and below but is not working on Android 13+ devices

See my Buid.gradle : App level I have updated all the dependency to the latest version also set the targetSDK to 34 and compile SDK to 34. plugins { id("com.android.application") id(&...
Dev Panwar's user avatar
0 votes
0 answers
57 views

How to remove "View full screen to exit" message on Android 13 version by code

How to remove "View full screen to exit" message on Android 13 version.I am working on Mobile pos (MPOS APP) and my android application must be in full screen mode , the application is ...
Jerry Abraham's user avatar
0 votes
1 answer
187 views

Can't start foreground service when the application is not running via BroadcastReceiver with USER_PRESENT on Android 13 (MIUI 14)

I can't make my receiver work if the app is not already running (If it's running it works fine) I have the same problem also with the intent USER_UNLOCKED I managed to make the receiver work when the ...
Fab1can's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
19