Skip to content
Commit 9de217a8 authored by Hai Zhang's avatar Hai Zhang
Browse files

Temporary fix for PermissionInfo.FLAG_INSTALLED returned in PackageInfo.

The old BasePermission implementation shared the same instance of
ParsedPermission with ParsedPackage, and mutated this input by
conditionally adding FLAG_INSTALLED. This is certainly not the
greatest design but we need to keep it working for now, before we
figure out a better solution.

Fixes: 171052955
Test: manual
Change-Id: Ia2c00a3b4467820e5cb1ce0c3d4ef81566926989
parent f4ecc16f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment