Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c424759e authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Deprecate PackageParser main class and add OWNERS" am: d4092888 am:...

Merge "Deprecate PackageParser main class and add OWNERS" am: d4092888 am: abec6cf4 am: 43f102ed am: bde98cf8

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1456036

Change-Id: I39e02f7783ca502f7a01539a6b16bcda044a2504
parents e9933ddc bde98cf8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
per-file PackageParser.java = chiuwinson@google.com
+6 −0
Original line number Diff line number Diff line
@@ -141,8 +141,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;
+5 −0
Original line number Diff line number Diff line
# Bug component: 36137

chiuwinson@google.com
patb@google.com
toddke@google.com