commit | 0ad0862159efbc52390c404132499e7bc42d8fc6 | [log] [tgz] |
---|---|---|
author | himanshuz <himanshuz@google.com> | Thu Jul 27 21:15:00 2023 +0000 |
committer | himanshuz <himanshuz@google.com> | Tue Aug 29 10:38:43 2023 +0000 |
tree | 997b6f08508a4708f46aaf042b6ec701ab6197d9 | |
parent | c2b3fefa016a239e6b3814caf5e5a89abe2037f3 [diff] |
Adding public volume mounts for clone user. Public SdCard Volumes are mounted only for user 0 (foreground user). This gives ENONT if the cloned user tries to access the files in SdCard with paths like "/storage/AB02-G212/DCIM/" This change adds SdCard Volume mnt under /mnt/usr/<cloned-user>/ which allows cloned apps access to SdCard via direct file paths. Bug: 203395175 Test: Manual by building and flashing device. Change-Id: I091c40d3cb19915145cd5af40d1e79d5a9ecfa02