Merge "Rename snapshotProfile to createProfileSnapshot for consistency"
This commit is contained in:
committed by
Android (Google) Code Review
commit
a19e889fd8
@@ -500,7 +500,7 @@ public class Installer extends SystemService {
|
||||
throws InstallerException {
|
||||
if (!checkBeforeRemote()) return false;
|
||||
try {
|
||||
return mInstalld.snapshotProfile(appId, packageName, codePath);
|
||||
return mInstalld.createProfileSnapshot(appId, packageName, codePath);
|
||||
} catch (Exception e) {
|
||||
throw InstallerException.from(e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user