Android 6.0.1 release 68
Properly expose methods that override a non-hidden method in a hidden superclass in the API files.

Without this check, if a method overrides a non-hidden method in a hidden
superclass, that method in the subclass would erronously be considered
already "covered" by the hidden superclass, but the hidden superclass, and
thus its methods, would not be shown in any of the API files.

Change-Id: I416773be3aa3a8536684549011fa63b34f0d5251
1 file changed