Questions tagged [android-tiramisu]

For questions regarding programming about Android 13 (Tiramisu or Android T), the 2022 release of the AOSP (A.K.A Android Open Source Project)

This tag can include questions that are related to android 13 migration, API changes, etc.

Android Tiramisu is a successor of Android Snow Cone (Android 12), chosen according to the AOSP naming system (eg. in a alphabetical order).

If you are looking forward to learn more about this topic, here are some of the links to get you started -

About Android 13

Android 13 Migration Guide

Android 13 API changes and features

37 questions
0
votes
0 answers

Android SwipeRefreshLayout with WebView Vertical Scrolling Issue

When using SwipeRefreshLayout with WebView (as child view), scrolling upwards on a website does not work since the swipe down to refresh action is being triggert instead. Every solution I have found online does not seem to work for me. I have tried…
0
votes
1 answer

getParcelableArrayListExtra deprecated what is the alternative?

I have upgraded targetSdkVersion and compileSdkVersion to 33. Now I am getting this warning val picList = result.data?.getParcelableArrayListExtra(KEY_CAM_PIC_LIST) It suggest me use Use the type-safer, What is the…
Abdur Rehman
  • 1,247
  • 10
  • 13
0
votes
1 answer

Tap to restart app and go full screen - when changing device orientation

we recently upgraded to android 13, and realised that when the device get's turned to landscape mode, we see a reload icon on the bottom right of the screen, and a message above it that says: Tap to restart app and go full screen Once we hit that…
SudoPlz
  • 20,996
  • 12
  • 82
  • 123
0
votes
0 answers

What is sdk_version: "module_Tiramisu"

What does "module_Tiramisu" mean when it is sdk_verison. I see it in Android T source code. I tried to search it with Google but didn't find any hint.
0
votes
1 answer

Intent delivers null on Android 13

Since Android 13 you need to use Intent Filter and Categories to pass data with Intent. I am using the method "Intent.PutIntegerArrayListExtra("")" so i specified the filter like that. [IntentFilter(new[] { Intent.ActionSend }, Categories = new[] { …
0
votes
1 answer

How check if ACCESS_RESTRICTED_SETTINGS is enabled?

Is there some Java code to check if the ACCESS_RESTRICTED_SETTINGS permission is enabled?
FLASHCODER
  • 1
  • 7
  • 24
0
votes
0 answers

How do I upgrade the Android version of AVD?

I am testing an android application in Android Studio and the scenario is when the user upgrades from Android 12 -> 13 when the app is already installed. As such, I need to run an emulator with API level 31, install and log into my app and then…
1 2
3