Loading tools/signapk/SignApk.java +5 −1 Original line number Diff line number Diff line Loading @@ -621,8 +621,12 @@ class SignApk { this.type = new ASN1ObjectIdentifier(CMSObjectIdentifiers.data.getId()); } /** * This should actually return byte[] or something similar, but nothing * actually checks it currently. */ public Object getContent() { throw new UnsupportedOperationException(); return this; } public ASN1ObjectIdentifier getContentType() { Loading Loading
tools/signapk/SignApk.java +5 −1 Original line number Diff line number Diff line Loading @@ -621,8 +621,12 @@ class SignApk { this.type = new ASN1ObjectIdentifier(CMSObjectIdentifiers.data.getId()); } /** * This should actually return byte[] or something similar, but nothing * actually checks it currently. */ public Object getContent() { throw new UnsupportedOperationException(); return this; } public ASN1ObjectIdentifier getContentType() { Loading