-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bugs regarding system app cannot write visible path
1. some system app by OEM can not write file to sdcard through visible path("/storage/[UUID]") despite it has WRITE_MEDIA_STORAGE. 2. Google photo can't open and delete file which transferred from PC to SDcard by MTP. (http://b/116332048) Test: Check system app which has sdcard_rw permission writes file to sdcard("/storage/[UUID]"). Change-Id: Id38bd7c4753a38b6c61fff512821becfbcd9215a Signed-off-by: Sangho Yoon <sangho.yoon@lge.com>
- Loading branch information
1 parent
79723e2
commit a0311b6
Showing
3 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters