remove audio and video permission requests
This commit is contained in:
parent
29c04330ce
commit
a3169eb2f9
1 changed files with 0 additions and 2 deletions
|
|
@ -4,8 +4,6 @@
|
|||
<!-- 允许应用访问互联网 -->
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.READ_MEDIA_IMAGES"/>
|
||||
<uses-permission android:name="android.permission.READ_MEDIA_VIDEO"/>
|
||||
<uses-permission android:name="android.permission.READ_MEDIA_AUDIO"/>
|
||||
|
||||
<!-- 添加 namespace -->
|
||||
<application
|
||||
|
|
|
|||
Loading…
Reference in a new issue