mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
am 1d87bbfb
: Enable richer SD card permissions.
* commit '1d87bbfb02ca1f2bc3cf7874c876bd54c84f4038': Enable richer SD card permissions.
This commit is contained in:
commit
12d91c2302
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