commit | 2de9c48ee3292d61ad6eea22f92a4a666e669185 | [log] [tgz] |
---|---|---|
author | Mohammad Samiul Islam <samiul@google.com> | Mon Sep 14 17:45:57 2020 +0100 |
committer | Mohammad Samiul Islam <samiul@google.com> | Mon Oct 05 22:55:59 2020 +0100 |
tree | 6410c3aa8d6ae6a308b07f1acf25630f8337a1ce | |
parent | 12bb2d006151a20aaf6c7ffc1d364efba55a793a [diff] |
Ensure staged sessions are not installed in app-staging directory Since staged session files are stored in /data/app-staging folder, the existing logic will install the apk in /data/app-staging folder instead of /data/app. We need to change the logic so that the apk is moved from /data/app-staging folder to /data/app folder. Bug: 163037460 Test: atest StagedInstallTest Change-Id: I51027c138cce6952cd01c7f257a572135f0c3890