Closed black-pwq closed 1 year ago
Hello! Thank you for your feedback. This codelab is out of date and no longer maintained. Instead, please refer to the Android Basics with Compose course for the latest recommended practices. If you are looking for content on Views, you can check out the Android Basics in Kotlin course.
Describe the problem
in codelab Android fundamentals 02.3:Implicit intents, it says we can open another application using implicit intents. But after i implemented the two applications (suggested in the taks 5 in that lab), it failed to open the app that i implemented. However it always opens the default application (say, chrome when open a website), and i cannot see the chooser. I tested in both emulator and my own physical device, the results were same. I guess this is caused by the high API level i used, or something should be added in my manifest.
In which lesson and step of the codelab can this issue be found? Android fundamentals 02.3:Implicit intents, step 7(Task 5: Receive an implicit Intent)
How to reproduce? click the "open website" button
Versions
Android Studio Dolphin | 2021.3.1 Build #AI-213.7172.25.2113.9014738, built on September 1, 2022
targetAPI 31 miniAPI 21
Additional information manifest of Implicit Intents:
manifest of Implicit Intents Receiver
basicly, other code are same as the codelab's.
codelab: android-fundamentals