Fixed
Status Update
Comments
uc...@google.com <uc...@google.com> #2
Information redacted by Android Beta Feedback.
tn...@google.com <tn...@google.com> #3
Thank you for reporting this issue. For us to further investigate this issue, please provide the following additional information:
Screen record of the issue, for clarity Please capture screen record or video of the issue using following steps: adb shell screenrecord /sdcard/video.mp4 Subsequently use following command to pull the recorded file: adb pull /sdcard/video.mp4
Note: Please upload the files to google drive and share the folder to
Description
Android Plugin Version (File -> Project Structure, Project): 2.3.0
SDK Version: “Android SDK Tools” Rev. (Tools -> Android -> SDK Manager) : 25.3.1
Module Compile Sdk Version (File -> Project Structure, Your Module): 25
Module Build Tools Version (File -> Project Structure, Your Module): 25.0.2
Example library:
Lint results:
If I make the InnerClass private and remove @VisibleForTesting, the code still compiles (i.e. private access is acceptable) and the lint warning goes away.