当前位置:   article > 正文

RK android13修改camera 权限等级,方便应用申明直接使用_android13相机权限

android13相机权限

目录framework/base


diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 14c1244..9a3b03a 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -1551,7 +1551,7 @@
         android:label="@string/permlab_recordAudio"
         android:description="@string/permdesc_recordAudio"
         android:backgroundPermission="android.permission.RECORD_BACKGROUND_AUDIO"
-        android:protectionLevel="dangerous|instant" />
+        android:protectionLevel="normal" />
 
     <!-- @SystemApi @TestApi Allows an application to record audio while in the background.
          This permission is not intended to be held by apps.
@@ -1635,7 +1635,7 @@
         android:label="@string/permlab_camera"
         android:description="@string/permdesc_camera"
         android:backgroundPermission="android.permission.BACKGROUND_CAMERA"
-        android:protectionLevel="dangerous|instant" />
+        android:protectionLevel="normal" />
 
     <!-- Required to be able to discover and connect to nearby Bluetooth devices.
          <p>Protection level: dangerous -->

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/IT小白/article/detail/935135
推荐阅读
相关标签
  

闽ICP备14008679号