9 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
108
views
How to update an Android app with Bluetooth for API 33
I need to make compatible with Android API 33, an app that contains a slightly modified version of the class "BluetoothLeService.java" (https://android.googlesource.com/platform/development/+...
0
votes
1
answer
266
views
Android - Target sdk Version = 29 but Didnt get Wifi Mac Address in API Level 33 (Android OS 13)
With Android Target Version = 29, Compile SDK = 29
I got Wifi Mac Address in Android 10, 11, 12, But I can't get WiFI Mac Address in Android 13 only.
we Got Default Mac Address only 02:00:00:00:00:00.
...
0
votes
0
answers
242
views
Android 13+ Storage Permission
I need some help with the external storage permissions in Android 13+.
I have an app which plays old 8 bit retro music files. I have to update my App to Api 33 and can not use the permission ...
0
votes
2
answers
423
views
IONIC v3 with API 33 Android
In my company they left me an app made in ionic v3, and Google asks to use version 33 of the Android API, for different reasons, the company cannot afford to update from version 3 of ionic to 5, is it ...
2
votes
6
answers
695
views
Why can't Activity.startActivity() find my activity, on API 33 only?
I have a bug that only happens on API 33. Did something change? I mean, things definitely changed, but I made all the necessary updates. Did I miss one?
I have two apps: A and B. Let's call them com....
4
votes
1
answer
647
views
Cannot set dimAmount for BottomSheetDialogFragment in Android 13+
BottomSheetDialogFragment accepts only dipAmount of 1.0f (non-transparent black background), 0.99f and less are fully transparent background, this seems to be affecting only API 33+. Styles.xml ...
1
vote
1
answer
2k
views
Flutter API Level 33 Update Error (Already Evaluated)
I have an application currently running and live. Google made it mandatory to update the API level to 33 and later. However, I get various errors, if I solve one problem, another problem arises. I ...
1
vote
2
answers
350
views
Permission to read excel file in shared DOCUMENTS folder always denied, after Upgrading to API 33
Okay, I know there are a lot of similar threads regarding this issue but I haven't found one which can solve my issue yet. I have been struggling with this issue for days.
A bit of the background, my ...
1
vote
1
answer
494
views
How to make WearableListenerService working in Android 13?
WearableListenerService stopped working in API 33 leading to a situation when WearOS devices are not able to send message to a phone. Google was aware about the issue and stated that it's fixed, but ...