Merge "Deprecate PackageParser main class and add OWNERS" am: d40928888b am: abec6cf449
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1456036 Change-Id: I307e82a565e83a562f2a8d2616154035cb098101
This commit is contained in:
1
core/java/android/content/pm/OWNERS
Normal file
1
core/java/android/content/pm/OWNERS
Normal file
@@ -0,0 +1 @@
|
||||
per-file PackageParser.java = chiuwinson@google.com
|
||||
@@ -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;
|
||||
|
||||
5
core/java/android/content/pm/parsing/OWNERS
Normal file
5
core/java/android/content/pm/parsing/OWNERS
Normal file
@@ -0,0 +1,5 @@
|
||||
# Bug component: 36137
|
||||
|
||||
chiuwinson@google.com
|
||||
patb@google.com
|
||||
toddke@google.com
|
||||
Reference in New Issue
Block a user