Loading core/java/android/content/pm/OWNERS 0 → 100644 +1 −0 Original line number Diff line number Diff line per-file PackageParser.java = chiuwinson@google.com core/java/android/content/pm/PackageParser.java +6 −0 Original line number Diff line number Diff line Loading @@ -143,8 +143,14 @@ import java.util.UUID; * <li>All installations must contain a single base APK. * </ul> * * @deprecated This class is mostly unused and no new changes should be added to it. Use * {@link android.content.pm.parsing.ParsingPackageUtils} and related parsing v2 infrastructure in * the core/services parsing subpackages. Or for a quick parse of a provided APK, use * {@link PackageManager#getPackageArchiveInfo(String, int)}. * * @hide */ @Deprecated public class PackageParser { public static final boolean DEBUG_JAR = false; Loading core/java/android/content/pm/parsing/OWNERS 0 → 100644 +5 −0 Original line number Diff line number Diff line # Bug component: 36137 chiuwinson@google.com patb@google.com toddke@google.com Loading
core/java/android/content/pm/OWNERS 0 → 100644 +1 −0 Original line number Diff line number Diff line per-file PackageParser.java = chiuwinson@google.com
core/java/android/content/pm/PackageParser.java +6 −0 Original line number Diff line number Diff line Loading @@ -143,8 +143,14 @@ import java.util.UUID; * <li>All installations must contain a single base APK. * </ul> * * @deprecated This class is mostly unused and no new changes should be added to it. Use * {@link android.content.pm.parsing.ParsingPackageUtils} and related parsing v2 infrastructure in * the core/services parsing subpackages. Or for a quick parse of a provided APK, use * {@link PackageManager#getPackageArchiveInfo(String, int)}. * * @hide */ @Deprecated public class PackageParser { public static final boolean DEBUG_JAR = false; Loading
core/java/android/content/pm/parsing/OWNERS 0 → 100644 +5 −0 Original line number Diff line number Diff line # Bug component: 36137 chiuwinson@google.com patb@google.com toddke@google.com