commit | bbfb6ea1ac459116512b34db94c647092dc99140 | [log] [tgz] |
---|---|---|
author | Ricky Wai <rickywai@google.com> | Thu Dec 03 15:32:52 2020 +0000 |
committer | Ricky Wai <rickywai@google.com> | Thu Dec 03 15:38:03 2020 +0000 |
tree | c81d880a15fb31512210db8ed42beb75aabf27fe | |
parent | e8838a862d83c9302100d7dc41e44f3003426f15 [diff] |
Check if storage app data and obb directories exist in vold As storage is not mounted in system server, we use vold to check if storage app data and obb directories exist instead. We add a method in vold so it only creates app data and obb dirs if dirs do not exist to speed up app starting time. Bug: 160336374 Test: Data and obb directories are created when a new app is started Change-Id: I1bd784d9c9e05463f71433fc782ac4e0c831cbf1