Allow Android apps holding the WRITE_EXTERNAL_STORAGE permission to read and write on the MicroSD card
Find a file
2024-03-20 18:09:04 -03:00
META-INF/com/google/android Initial commit 2024-03-20 18:09:04 -03:00
system/etc/permissions Initial commit 2024-03-20 18:09:04 -03:00
.editorconfig Initial commit 2024-03-20 18:09:04 -03:00
.gitattributes Initial commit 2024-03-20 18:09:04 -03:00
customize.sh Initial commit 2024-03-20 18:09:04 -03:00
LICENSE Initial commit 2024-03-20 18:09:04 -03:00
module.prop Initial commit 2024-03-20 18:09:04 -03:00
README.md Initial commit 2024-03-20 18:09:04 -03:00

Writable MicroSD

Allow Android apps holding the WRITE_EXTERNAL_STORAGE permission to read and write on the MicroSD card.

This is accomplished by modifying the /system/etc/permissions/platform.xml file to add the group media_rw to the WRITE_EXTERNAL_STORAGE permission's configuration.

Supported Android versions

This module was only tested on Android 14, but should work on almost all Android versions. The platform.xml file did not suffer any breaking change since Android 4.x.