You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Merge pull request #98604 from Summersay415/read-music
Android: Add various media permissions
This commit is contained in:
@@ -68,6 +68,7 @@ static const char *android_perms[] = {
|
||||
"ACCESS_COARSE_LOCATION",
|
||||
"ACCESS_FINE_LOCATION",
|
||||
"ACCESS_LOCATION_EXTRA_COMMANDS",
|
||||
"ACCESS_MEDIA_LOCATION",
|
||||
"ACCESS_MOCK_LOCATION",
|
||||
"ACCESS_NETWORK_STATE",
|
||||
"ACCESS_SURFACE_FLINGER",
|
||||
@@ -155,6 +156,10 @@ static const char *android_perms[] = {
|
||||
"READ_HISTORY_BOOKMARKS",
|
||||
"READ_INPUT_STATE",
|
||||
"READ_LOGS",
|
||||
"READ_MEDIA_AUDIO",
|
||||
"READ_MEDIA_IMAGES",
|
||||
"READ_MEDIA_VIDEO",
|
||||
"READ_MEDIA_VISUAL_USER_SELECTED",
|
||||
"READ_PHONE_STATE",
|
||||
"READ_PROFILE",
|
||||
"READ_SMS",
|
||||
|
||||
Reference in New Issue
Block a user