Skip to main content

Questions tagged [android-api-33]

The tag has no usage guidance.

android-api-33
0 votes
0 answers
18 views

Simple Android Timer App runs until API33 but crashes with API34 or 35

I wrote a simple android app in Android Studio. It shows a button that starts a timer that plays a sound every X minutes until stopped with another button. I use the following code that ran fine up to ...
BeeJayF's user avatar
  • 175
0 votes
0 answers
57 views

ClipboardService: Denying clipboard access to *

I'm developing hybrid Android application. When I use API 31, I am able to launch the application properly and perform all the functionality. However, when I use API 33, I have a clipboard access ...
Gokul Siva's user avatar
0 votes
0 answers
31 views

INSTALL_PARSE_FAILED_MANIFEST_MALFORMED error in Android Studio

I changed the API targeting of my app to 33 and when I try to run it I get this error: This is my manifest.xml file: <?xml version="1.0" encoding="utf-8"?> <manifest ...
Iman B. Rad's user avatar
0 votes
0 answers
47 views

Write permission on SDK 33

I gave write and read permissions to the Android ManifestRequirementsOverride.txt file with maxSdkVersion="18" on Unreal Engine, but it does not write in SDK 33. It does not ask for any ...
Ed272748's user avatar
0 votes
1 answer
130 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. ...
prakash joshi's user avatar
0 votes
0 answers
209 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 ...
Sam's user avatar
  • 161
0 votes
2 answers
307 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 ...
Edward Hernández's user avatar
0 votes
0 answers
114 views

Push Notification click for Xamarin Android API 33

I am receiving push notifications but when I click it its not going inside the app . My Firebase class public override void OnMessageReceived(RemoteMessage message) { try { var ...
Aswath Rokzs's user avatar
2 votes
6 answers
517 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....
Barry Fruitman's user avatar
3 votes
1 answer
359 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 ...
Артём Тарасов's user avatar
0 votes
0 answers
44 views

Multi lingual .properties files in Android API 33

Following attached screenshot shows my project folder structure, (https://i.sstatic.net/yML4C.png) And I am able to access those language properties files by following code, locale = getCurrentLocale(...
Vinod Badawadagi's user avatar
0 votes
0 answers
71 views

Soundpool and API33

I'm trying to test my old apk with API33 emulator but sound doesn't work, up to API31 works well. bt_sound = (ImageButton) findViewById(R.id.btn_sound); bt_sound.setOnClickListener(new View....
lucignolo's user avatar
  • 221
0 votes
0 answers
43 views

Accessing multi lingual .properties files in Android API 33

Attached screenshots shows my project folder structures, properties files stored like this And I am able to access those properties files by following code, able to access But after I changed my app ...
Vinod's user avatar
  • 1
0 votes
0 answers
182 views

NOT able to turn off the bluetooth when android api level is 33 and Android OS is 13 but the same code is working on andorid 13 with API 31

NOT able to turn off the bluetooth when android api level is 33 and Android OS is 13 but the same code is working on andorid 13 with API 31 public void toggleBluetooth(boolean enable) { try{ if (...
Abhay Gupta's user avatar
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 ...
muratapps's user avatar

15 30 50 per page