@capacitor-community/media
Advanced tools
Comparing version 5.0.0 to 5.0.1
{ | ||
"name": "@capacitor-community/media", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "Enable some media features for Capacitor such as create albums, save videos, gifs and more.", | ||
@@ -5,0 +5,0 @@ "author": "Stewan Silva", |
@@ -334,2 +334,4 @@ <p align="center"><br><img src="https://user-images.githubusercontent.com/236501/85893648-1c92e880-b7a8-11ea-926d-95355b8175c7.png" width="128" height="128" /></p> | ||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> | ||
<uses-permission android:name="android.permission.READ_MEDIA_IMAGES" /> | ||
<uses-permission android:name="android.permission.READ_MEDIA_VIDEO" /> | ||
... | ||
@@ -339,2 +341,4 @@ </manifest> | ||
Note the READ_MEDIA permissions -- these are **new in Android 13**! | ||
## Demo | ||
@@ -341,0 +345,0 @@ |
Sorry, the diff of this file is not supported yet
88357
1125
380