resolved conflicts for 8cbd7c8a to master
Change-Id: I54dd1dbf2fd93c474e79d3d7be1b0bb57aff9ab7
This commit is contained in:
@@ -1646,7 +1646,8 @@ public class ApplicationPackageManager extends PackageManager {
|
||||
return false;
|
||||
}
|
||||
if (!forceAllowOnExternal
|
||||
&& app.installLocation == PackageInfo.INSTALL_LOCATION_INTERNAL_ONLY) {
|
||||
&& (app.installLocation == PackageInfo.INSTALL_LOCATION_INTERNAL_ONLY
|
||||
|| app.installLocation == PackageInfo.INSTALL_LOCATION_UNSPECIFIED)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user