Assigned
Status Update
Comments
ga...@withpersona.com <ga...@withpersona.com> #2
I made a mistake with the title. It should be "Instant app cannot launch intent with action ACTION_SENDTO"
ra...@google.com <ra...@google.com> #3
Thank you for reporting this issue. For us to further investigate this issue, please provide the following additional information:
Android bug report (to be captured after reproducing the issue)
For steps to capture a bug report, please refer:https://developer.android.com/studio/debug/bug-report#bugreportdevice
Alternate method
Navigate to “Developer options”, ensure “USB debugging” is enabled, then enable “Bug report shortcut”. Capture bug report by holding the power button and selecting the “Take bug report” option.
Note: Please upload the bug report to google drive and share the folder to android-bugreport@google.com, then share the link here.
Android bug report (to be captured after reproducing the issue)
For steps to capture a bug report, please refer:
Alternate method
Navigate to “Developer options”, ensure “USB debugging” is enabled, then enable “Bug report shortcut”. Capture bug report by holding the power button and selecting the “Take bug report” option.
Note: Please upload the bug report to google drive and share the folder to android-bugreport@google.com, then share the link here.
ra...@google.com <ra...@google.com> #5
Thanks for the information. We have shared this with our product and engineering team and will update this issue with more information as it becomes available.
ta...@gmail.com <ta...@gmail.com> #6
Feedback
Description
According to the documentation here:https://developer.android.com/topic/google-play-instant/getting-started/instant-enabled-app-bundle#access-installed-apps instant apps should be able to launch installed apps if the action is ACTION_SEND, ACTION_SENDTO, or ACTION_SEND_MULTIPLE. However launching an intent with action ACTION_SENDTO does not work.
What are the steps to reproduce the problem?
Running the following code within an Instant app will not open the correct app and will cause an error to be logged.
What was the expected result?
The code launches an email app.
What was the actual result?
The code does not launch anything and an ActivityNotFoundException is logged. The full log is below.
Additional information
Google Play services version: 24.43.37
SDK version: 35
Android OS level: 34
Device: Pixel 7
App Package Name: com.withpersona.app.reusablepersonas