Questions tagged [android-13]

247 questions
-1
votes
1 answer

Image_picker does not work for Android 13 on Flutter

"Hello, Android users with version 13 are not able to view the photo gallery, either to change the user's photo or to post a photo on the app's timeline. Once the load is set to true, it remains in that state. Here is a block of code for better…
-1
votes
2 answers

(Java) Check if Android app is connected to WIFI with Android 13 and API 33

I have an Android app built with Java, running on Android 13 and API version 33. The app serves a webView, though I want to be able to serve up a local asset if WIFI is not connected (I do not need to worry about Cellular connections - only WIFI) as…
odd_duck
  • 3,941
  • 7
  • 43
  • 85
-1
votes
1 answer

Facing nullpointer exception with the getParcelable method on Android 13

I am using Firebase phone authentication and fetching the top with the help of a broadcast receiver to the app. Below I have shared the OTPAutoReader code and I am facing this issue - Caused by java.lang.NullPointerException: Attempt to invoke…
-1
votes
1 answer

how can i fix rom build dependency missing error?

THIS IS SCREEN SHOT OF THAT (https://i.stack.imgur.com/jEEIv.png) $(shell date -u +%M) was changed, regenerating... [ 99% 165/166] finishing build rules ... FAILED: hardware/qcom-caf/sdm845/media/mm-core/Android.mk: error: "libOmxCore…
-2
votes
1 answer

Cannot access file in a subfolder on sdcard/ in Android 13 (samsung galaxy s22)

I have a file at /sdcard/myfolder/filename.txt I access this file in my source code as follows: File fileMyTextFile = new File("/sdcard/myfolder/file.txt"); At one point I check to see if the file exists before opening it to read it's data: …
user13267
  • 6,871
  • 28
  • 80
  • 138
1 2 3
16
17