resolved conflicts for 8cbd7c8a to master

Change-Id: I54dd1dbf2fd93c474e79d3d7be1b0bb57aff9ab7
This commit is contained in:
Dianne Hackborn
2015-10-12 17:14:56 -07:00

View File

@@ -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;
}