1b6aa84f9d
installd need to query ASEC size on sdcard_external to show on the Settings -> Apps page correctly. Change-Id: I2d9a49b8f0652f05d73d0ff464a3835595e2cc3c
4 lines
137 B
Plaintext
4 lines
137 B
Plaintext
# Allow querying of asec size on SD card
|
|
allow installd sdcard_external:dir { search };
|
|
allow installd sdcard_external:file { getattr };
|