mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
Enable richer SD card permissions.
Bug: 10330083 Change-Id: I1174702e7fe91b5a9de3e5147f7114ecb34b622a
This commit is contained in:
parent
f909d18fd4
commit
1d87bbfb02
1 changed files with 1 additions and 1 deletions
|
@ -415,7 +415,7 @@ service charger /charger
|
|||
class charger
|
||||
|
||||
# virtual sdcard daemon running as media_rw (1023)
|
||||
service sdcard /system/bin/sdcard /data/media /mnt/shell/emulated 1023 1023
|
||||
service sdcard /system/bin/sdcard -u 1023 -g 1023 -l /data/media /mnt/shell/emulated
|
||||
class late_start
|
||||
|
||||
# Binding fuse mount point to /storage/emulated/legacy
|
||||
|
|
Loading…
Reference in a new issue