Fixed
Status Update
Comments
je...@google.com <je...@google.com>
ap...@google.com <ap...@google.com> #2
Thanks for filing the issue.
This is a particularly hard device to come by - do you happen to have access to the device? If so could you provide us with the output of: adb shell dumpsys media.camera > info.txt
Thanks!
This is a particularly hard device to come by - do you happen to have access to the device? If so could you provide us with the output of: adb shell dumpsys media.camera > info.txt
Thanks!
Description
Sincehttps://r.android.com/1282381 it is mandatory to use ComposeTestRule. This can be a problem for teams that have a custom way with which they launch their app's Activity, since they are now forced to use an ActivityTestRule that they supply to AndroidComposeTestRule.
It should also be possible to use ActivityScenario. The fix for this feature request should not be to add another overload to AndroidComposeTestRule that accepts an ActivityScenario, but to let AndroidComposeTestRule work together with any kind of Activity launcher.
For context, see @pavlis's comment in https://issuetracker.google.com/153623653#comment2