Update MbmsDownloadServiceBase to reflect implements IInterface
The interface is there in the stubs but was missing from the signature file; this was added as a special case to be compatible with doclava but the special case should have been removed when we switched to the new signature file format. This makes this signature match the other signature for MbmsStreamingServiceBase: public class MbmsDownloadServiceBase extends android.os.Binder implements android.os.IInterface { public class MbmsStreamingServiceBase extends android.os.Binder implements android.os.IInterface { Test: make update-api checkapi Change-Id: I847066580248f47be609e2795db8904f58e550b8
Loading
Please register or sign in to comment