android-tiramisu Questions

23

Solved

I have upgraded targetSdkVersion and compileSdkVersion to 33. I am now getting a warning telling me that onBackPressed is deprecated. I see suggestions to use android.window.OnBackInvokedCallback o...

1

In my android app i am trying to get the address from lat lng using the Geocoder using getFromLocation method and the GeocodeListener but sometimes the app is getting crashed Crash Log Caused by ja...
Gaylor asked 22/2, 2023 at 15:4

2

I have upgraded targetSdkVersion and compileSdkVersion to 33. Now getting warning getApplicationInfo(String,int) is deprecated. It is suggested to use use getApplicationInfo(java.lang.String, andro...

6

Solved

I've received a message that this function (or it's constructor) has been deprecated. There's a new constructor of that function that accepts an additional parameter 'Geocoder.GeocodeListener liste...
Cockleshell asked 23/8, 2022 at 10:3

5

Solved

So as I read in the developer.android site the Android 13 brings new changes in the Permission field. I have a Chat application where I need to make calls, open the camera, record audio, read and w...
Cheater asked 23/9, 2022 at 10:24

1

Solved

Since the old Activity.onBackPressed() becomes deprecated starting Android 33, what is the better way to call it programmatically? Example: override fun onOptionsItemSelected(item: MenuItem): Boole...

1

Solved

So we were about to submit our app for review but we were stopped by Google's new requirement for apps targeting Android 13 and above, which basically tells developers to disclose the purpose of AD...

2

Solved

I followed this page: https://developer.android.com/about/versions/13/setup-sdk to set up Android 13 SDK. In my build.gradle: android { compileSdkVersion("Tiramisu") defaultConfig { t...
Maragretmarala asked 14/2, 2022 at 13:52
1

© 2022 - 2024 — McMap. All rights reserved.