Fix issued with non-public interface methods.
Some APK's ship with dex files containing non-public interface methods. These would cause crashes on newer versions of ART due to stricter verification of dex files. Make ART emit a warning but allow this behavior. Bug: 27928832 (cherry picked from commit d7c10c23) Change-Id: Ia3689ee091aa154fb5954b1f6dd50c489128acce
Loading
Please sign in to comment