diff options
| author | 2022-01-14 14:20:50 -0800 | |
|---|---|---|
| committer | 2022-01-18 10:44:14 -0800 | |
| commit | 811fb71ae2dba0cdadcdb277045eb80ef5105dee (patch) | |
| tree | 11ba799f7799363f76c13217dfc73813ff03a0cb /opengl/java | |
| parent | 673f2e55337609292563d0d58a473ab3391f2cb3 (diff) | |
Define new AUDIO/VIDEO/IMAGE permissions
Define three new permissions:
- READ_MEDIA_AUDIO: read audio files from external storage
- READ_MEDIA_VIDEO: read video files from external storage
- READ_MEDIA_IMAGE: read image files from external storage
Also, define two new permission groups:
- READ_MEDIA_AURAL
- READ_MEDIA_VISUAL
The permissions are assigned to permission groups as follows:
READ_MEDIA_AURAL {
READ_MEDIA_AUDIO
}
READ_MEDIA_VISUAL {
READ_MEDIA_VIDEO
READ_MEDIA_IMAGE
}
The motivation for this change is to support the "Media Permission
Update for Android T" project.
Bug: 201318587
Test: manual
Change-Id: If3d357baed15b66319a6c2308416622e5e57fe28
Diffstat (limited to 'opengl/java')
0 files changed, 0 insertions, 0 deletions