DescriptionRefactor DeviceUtils.Install and InstallSplitApk to use the same helper
Motivated by Install() getting a new permissions attribute without
InstallSplitApk() being updated (http://crrev.com/de468d72d9e)
There is also a sematic change:
- When a previous install is present and reinstall=False, we used to
check if the install on-device was identical and no-op in this case.
Now, we do an uninstall + install regardless of whether the on-device
version is identical. This new behaviour is more correct since it
guarantees that no stale data will be present when reinstall=False.
BUG=
Committed: https://crrev.com/307cf30fea5e791de2ebac395b1d9a154afc637b
Cr-Commit-Position: refs/heads/master@{#348419}
Patch Set 1 #
Depends on Patchset: Messages
Total messages: 13 (3 generated)
|