Questions tagged [android-13]
247 questions
0
votes
0 answers
Modify handler of default button / Adding custom button in MediaControls UI in Android13
I'm developing a movie player app using Flutter.
As long as I know, from Android13, it introduce new styles in Media Controls at Lock Screen and Notification area.
Reference https://source.android.com/docs/core/display/media-control?hl=en
Now it is…

hiroshi046
- 33
- 5
0
votes
0 answers
React-native-image-picker issue with video on android 13, launch camera returns {"didCancel": true}
When the launchCamera function is called in the app to record a video, launchCamera function returns {"didCancel": true}.
const pickedFiles = await launchCamera({
mediaType: 'video',
quality: 0.8,
cameraType: 'back',
…

JuJu
- 1
0
votes
0 answers
Android 13 version Wifi Network disconnect not working
do we have any concrete answer for the WiFi network disconnection in Android Q and above versions?
I am facing issue in disconnecting a specific wifi network.
Whether Latest Android version supports direct disconnecting a wifi network?
From my…

Gane
- 23
- 3
0
votes
0 answers
SecurityException: Permission Denial with Android 13 when working with NFC
My Android app works with NFC, it works perfectly in Android 12 and lower but in Android 13, it returns java.lang.SecurityException: Permission Denial: Tag ( ID: 02 84 66 66 D5 05 99 ) is out of date. then crash in isodep.close
I look around and…

Anh Luu
- 176
- 1
- 7
0
votes
1 answer
How to display full screen activity for android (android 13)
I know there are tons of answers on this nd I have tried a lot of them unfortunately, none has worked for me. I have looked through and implemented this and this and a lot more.
My device is a google pixel 6 and the app I am building does not…

Jamie
- 87
- 1
- 5
0
votes
0 answers
Trouble capturing 'Enter key' press event on Android 13 in Ionic/Angular app. How to prevent focus change and call API?
I have problem in ionic/angular mobile app.
I can catch press event "Enter key" until android 12 but I can catch press event "Enter key" in android 13. When one number input in screen, I can catch event press event "enter key" but when several…

Jason Hall
- 1
- 2
0
votes
0 answers
Android 12 and 13 not get onesignal push notification even after upgrade onesignal package to 4
java android application does not receive a notification on android 12 and 13 when I use the package 'com.onesignal:OneSignal:3.12.2' now after upgrading the package to com.onesignal:OneSignal:[4.0.0, 4.99.99] I still do not receive a…

alabiboo
- 53
- 1
- 10
0
votes
0 answers
App Link synthetic back stack not working in compose navigation
As per https://developer.android.com/guide/navigation/navigation-principles all the screens mentioned as start destinations should get added to backstack.
I can verify that it works fine by using adb -d shell 'am start -W -a…

Chethan N
- 1,110
- 1
- 9
- 23
0
votes
0 answers
How can i Remove NFC HAL modules from the Android 13 , PIxel 6 pro (Raven) source code
i want to remove nfc hal module from the device.
i want to remove NFC HAL module from the google pixel 6 pro (Raven) which is running with Android 13 aosp version.
To Remove that i tried in device-raven.mk in the path…

Ilaveni Ranjith
- 1
- 1
0
votes
0 answers
Launch Another Application from Application throws ActivityNotFound Exception in android 13
I am trying to launch an Application with use of Intent and PackageManager.
It is working fine upto android 12 but due to some behaviour changes in android 13 it is throwing me an Exception i.e: ActivityNotFoundException.
Complete Error message is…

harsh patel
- 39
- 6
0
votes
0 answers
Request physical cameras on CameraCharacteristics for Camera2 API
I am looking to get the list of physical cameras on my device using Android SDK 31 target on a SDK33 required device... but the returned camera id by
manager.getCameraIdList() doesnt have a list of compatible devices I am using CameraView library…

PontiacGTX
- 185
- 2
- 15
0
votes
0 answers
My app doesn't appear in list of apps to complete set alarm action using Google Assistant on Android 13
I have been trying to add support to my app to allow users to set an alarm using Google Assistant voice actions. I have followed these two set on…

Varun Gupta
- 2,870
- 6
- 33
- 73
0
votes
2 answers
OnRecieve() from BroadCastReceiver not being called - android 13 (API 33) only
onReceive() is called by all other API levels but for some reason is not called by API 33.
As far as I understand as of API 31 SCHEDULE_EXACT_ALARM permission is needed and auto allowed however after API 33 no longer auto set as true.
However as of…

Joe Pleavin
- 436
- 1
- 4
- 21
0
votes
0 answers
Flutter Application stuck on First Time launching
My Flutter Application stuck on launching screen when i open it first time and when i'm re-run Or Open application again then working fine in Android 13.
I'm trying to run in Android 13 but screen freeze on launching screen on First Time Open…

Reyansh
- 1
- 1
0
votes
1 answer
android 13 Bad notification for startForeground
Each time I execute my app I obtain a "Bad notification for startForeground" error
E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.example.pennskanvtic, PID: 17447
…

geo667
- 57
- 6