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
We’ve shared this with our product and engineering teams and will continue to provide updates as more information becomes available.
he...@gmail.com <he...@gmail.com> #3
It's extremely frustrating that it's apparently now impossible on android 13 to write to data/obb without rooting devices. People hated this change in 11, hated it in 12, and now it's been done again. Please let us access the device we payed for. No one asked for this change.
he...@gmail.com <he...@gmail.com> #4
@3 It got even worse, as there is a bug that installer apps seem not to be able to do it anymore:
https://issuetracker.google.com/issues/254445476
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.