Skip to content
Snippets Groups Projects
Commit 9544fb29 authored by Joanne Chung's avatar Joanne Chung Committed by Android (Google) Code Review
Browse files

Merge "Add missing IntDef INTERNAL_ERROR_MISSING_USER" into main

parents df162471 f373655d
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,8 @@ public class PackageManagerException extends Exception {
INTERNAL_ERROR_STATIC_SHARED_LIB_PROTECTED_BROADCAST,
INTERNAL_ERROR_STATIC_SHARED_LIB_OVERLAY_TARGETS,
INTERNAL_ERROR_APEX_NOT_DIRECTORY,
INTERNAL_ERROR_APEX_MORE_THAN_ONE_FILE
INTERNAL_ERROR_APEX_MORE_THAN_ONE_FILE,
INTERNAL_ERROR_MISSING_USER
})
@Retention(RetentionPolicy.SOURCE)
public @interface InternalErrorCode {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment