Loading core/java/android/security/keystore/recovery/WrappedApplicationKey.java +1 −4 Original line number Diff line number Diff line Loading @@ -167,11 +167,8 @@ public final class WrappedApplicationKey implements Parcelable { protected WrappedApplicationKey(Parcel in) { mAlias = in.readString(); mEncryptedKeyMaterial = in.createByteArray(); // Check if there is still data to be read. if (in.dataAvail() > 0) { mMetadata = in.createByteArray(); } } @Override public int describeContents() { Loading Loading
core/java/android/security/keystore/recovery/WrappedApplicationKey.java +1 −4 Original line number Diff line number Diff line Loading @@ -167,11 +167,8 @@ public final class WrappedApplicationKey implements Parcelable { protected WrappedApplicationKey(Parcel in) { mAlias = in.readString(); mEncryptedKeyMaterial = in.createByteArray(); // Check if there is still data to be read. if (in.dataAvail() > 0) { mMetadata = in.createByteArray(); } } @Override public int describeContents() { Loading