Fixed
Status Update
Comments
sl...@google.com <sl...@google.com>
sl...@google.com <sl...@google.com>
nk...@google.com <nk...@google.com>
nk...@google.com <nk...@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
Version used: 3.0.0
According to the release notes, Guava classes have been moved to the "internal" package, and the use of those classes in application test code is discouraged. However, AdapterViewProtocol has the getDataRenderedByView() method that returns android.support.test.espresso.core.internal.deps.guava.base.Optional, so the test code implementing AdapterViewProtocol is forced to import that class. This makes Optional a part of the API, hence it should be moved out of the "internal" package.