diff --git a/product/tablet/src/main/module.json5 b/product/tablet/src/main/module.json5 index 4199e51..3bba09c 100644 --- a/product/tablet/src/main/module.json5 +++ b/product/tablet/src/main/module.json5 @@ -23,6 +23,20 @@ "deviceTypes": [ "tablet" ], + "requestPermissions": [ + { + "name": "ohos.permission.READ_MEDIA" + }, + { + "name": "ohos.permission.WRITE_MEDIA" + }, + { + "name": "ohos.permission.MEDIA_LOCATION" + }, + { + "name": "ohos.permission.DISTRIBUTED_DATASYNC" + }, + ], "deliveryWithInstall": true, "installationFree": false, "pages": "$profile:main_pages",