https://github.com/amanoteam/kaina
Allow Android apps holding the WRITE_EXTERNAL_STORAGE permission to read and write on the MicroSD card
https://github.com/amanoteam/kaina
Last synced: 6 months ago
JSON representation
Allow Android apps holding the WRITE_EXTERNAL_STORAGE permission to read and write on the MicroSD card
- Host: GitHub
- URL: https://github.com/amanoteam/kaina
- Owner: AmanoTeam
- License: lgpl-3.0
- Created: 2024-03-20T21:08:28.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-20T21:13:45.000Z (over 1 year ago)
- Last Synced: 2025-03-29T22:11:18.654Z (7 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.