Loading core/java/android/content/pm/parsing/result/ParseTypeImpl.java +2 −0 Original line number Original line Diff line number Diff line Loading @@ -119,6 +119,8 @@ public class ParseTypeImpl implements ParseInput, ParseResult<Object> { // how many APKs they're going through. // how many APKs they're going through. mDeferredErrors.erase(); mDeferredErrors.erase(); } } mPackageName = null; mTargetSdkVersion = null; return this; return this; } } Loading Loading
core/java/android/content/pm/parsing/result/ParseTypeImpl.java +2 −0 Original line number Original line Diff line number Diff line Loading @@ -119,6 +119,8 @@ public class ParseTypeImpl implements ParseInput, ParseResult<Object> { // how many APKs they're going through. // how many APKs they're going through. mDeferredErrors.erase(); mDeferredErrors.erase(); } } mPackageName = null; mTargetSdkVersion = null; return this; return this; } } Loading