diff --git a/frameworks/base/core/res/AndroidManifest.xml b/frameworks/base/core/res/AndroidManifest.xml
index e1377b6..9c1ca6f 100755
--- a/frameworks/base/core/res/AndroidManifest.xml
+++ b/frameworks/base/core/res/AndroidManifest.xml
@@ -1556,7 +1556,7 @@
<!-- @SystemApi Allows an application to write to internal media storage
@hide -->
<permission android:name="android.permission.WRITE_MEDIA_STORAGE"
- android:protectionLevel="signature|privileged" />
+ android:protectionLevel="normal" />
<!-- Allows an application to manage access to documents, usually as part
of a document picker.
index e1377b6..9c1ca6f 100755
--- a/frameworks/base/core/res/AndroidManifest.xml
+++ b/frameworks/base/core/res/AndroidManifest.xml
@@ -1556,7 +1556,7 @@
<!-- @SystemApi Allows an application to write to internal media storage
@hide -->
<permission android:name="android.permission.WRITE_MEDIA_STORAGE"
- android:protectionLevel="signature|privileged" />
+ android:protectionLevel="normal" />
<!-- Allows an application to manage access to documents, usually as part
of a document picker.
本文介绍了一次对AndroidManifest.xml文件中WRITE_MEDIA_STORAGE权限保护级别的修改,从signature|privileged更改为normal,这将影响应用对内部媒体存储的写入权限。
4923

被折叠的 条评论
为什么被折叠?



