am 8feaed95: am da5d9af8: am fe45f1b9: Merge "Default location is "internalOnly" when undefined." into mnc-dr-dev
* commit '8feaed95cfc79cc96a0c0a18c3db8154dd9f551a': Default location is "internalOnly" when undefined.
This commit is contained in:
@@ -1619,7 +1619,8 @@ final class ApplicationPackageManager extends PackageManager {
|
||||
// System apps and apps demanding internal storage can't be moved
|
||||
// anywhere else
|
||||
if (app.isSystemApp()
|
||||
|| 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