In which task and step of the codelab can this issue be found?
Send the order -> Step 4.
Describe the problem
The way of checking if there's an app that could handle the intent is deprecated for API 30+.
It is working at the moment but it might not work as intended in some cases.
VersionsAndroid Studio version: 2022.3.1
API version of the emulator: 33
Additional informationInclude screenshots if they would be useful in clarifying the problem.
URL of codelab https://developer.android.com/codelabs/basic-android-kotlin-training-navigation-backstack
In which task and step of the codelab can this issue be found?
Describe the problem The way of checking if there's an app that could handle the intent is deprecated for API 30+. It is working at the moment but it might not work as intended in some cases.
Versions Android Studio version: 2022.3.1 API version of the emulator: 33
Additional information Include screenshots if they would be useful in clarifying the problem.