Questions tagged [android-13]

247 questions
1
vote
1 answer

Not getting pdf files in android 13

TYPE.DOCUMENT -> { val uri = MediaStore.Files.getContentUri("external") val selection = MediaStore.Files.FileColumns.DATA + " like '%/$folderName/%' AND " + MediaStore.Files.FileColumns.MIME_TYPE + " IN (" +…
1
vote
0 answers

How to disable auto notification runtime permission for targetsdk 31?

I am using notification service and manage notification permission with switch in my application. App's target sdk is 31. With android 13 runtime notification permission appears in my app when start. But I don't want to show this pop up and want to…
1
vote
0 answers

Android 13- Unable to connect with WiFi netork after few attempts

User is unable to connect with Wi-Fi network initially, but after few attempts we are getting "No devices found. Make sure devices are turned on and available to connect." WifiNetworkSpecifier wifiNetworkSpecifier = new…
1
vote
1 answer

Flutter Firebase Dynamic Links ActivityNotFoundException

I'm having some issue with Firebase Dynamic Links in combination with my Flutter app. I run into the issue below when running the the Flutter app. This only happens on Android 13 all version below work fine. Activity not found to handle Intent…
1
vote
3 answers

Android 13 POST_NOTIFICATIONS request permission dialog not showing

I usually add a post_notification permission request to my app. The strange thing is that when I request directly, the dialog will not pop up. But if I create the Notification channel first, I can jump out of the dialog normally, Has anyone…
1
vote
3 answers

Location permission issue Android 13

Location permission is directly going to isAnyPermissionPermanentlyDenied on Android 13. It is not asking permission to user. Even if I grant the permission in settings also, it is going to isAnyPermissionPermanentlyDenied. val permissions =…
1
vote
2 answers

Android13, SYSTEM_ALERT_WINDOW permission not checked in BroadcastReceiver

I want to show a floating view when the user gets a phone call or a text message. But overlay permission check in broadcastReceiver returns false with built apk on Android 13. I use BroadcastReceiver with RxWorker (more than 12) and Service (less…
sun
  • 11
  • 3
1
vote
2 answers

How to properly register FCM in Xamarin.Android targeting API 33

I want to update my app to support the new requirements of Android API 33 (push notification permission request) but I am not able to get the token, or even get the OnNewToken() to fire. I do have
1
vote
2 answers

Prevent Android 13 from showing the notification permission prompt

Android 13 automatically asks the user if they would like to allow the app to send them notifications. My app does not show any notifications, therefore it doesn't make any sense to ask the user for push notifications at this time. I would like to…
Tyler
  • 19,113
  • 19
  • 94
  • 151
1
vote
1 answer

Why does my app behave strangely on Android 13?

Do you have any idea what could be the possible causes for the next app strange behavior on Android 13? Recently (6th January 2023) I published my android game, Focus Pocus, on Google Play. Game link:…
Jarek
  • 11
  • 1
1
vote
2 answers

Flutter camera issue in android version 13

In Android 13 we are facing the below issue we are using this third-party camera plugin (https://pub.dev/packages/camera), I would really appreciate the help to solve the issue, Do we need to make some changes in our Android version? E/flutter…
1
vote
1 answer

after android 13 in samsung one ui 5 update device's data/data not display in Android Studio Device File Explorer

i update my samsung mobile to one ui 5 android 13 after that i can't access my mobile's data/data folder in Android Studio` how to access now ?
1
vote
0 answers

How to view photos selected by PhotoPicker(android 13) in phone's gallery

Android 13(sdk 33) has introduced a new PhotoPicker that provides a better way to let the user pick photos in apps but it has some limits. Now it's possible to get the uri when you select a photo(or photos) but when I want to re-open that uri with…
Prs2
  • 93
  • 6
1
vote
1 answer

Android 13 - Landscape orientation are not actually landscape

In android-13 devices, am facing issue with playing video within the exoplayer. when user rotates them devices video player will be set to full screen. but in this case rotating device can changes orientation but showing app in portrait mode only…
1
vote
2 answers

Onesignal Notification permission issue in android 13, No permission dialog box appears

No permission dialog box appears.Only able to fetch getIds ,Cannot able fetch **pushToken ** in android 13 device.By this notification is not able to fire. Facing onesignal notification issue in android 13 devices. Notification is not fired in…