Skip to content

Commit

Permalink
【ID869532311】App数据隐私合规检测风险问题修复-移掉掉三方sdk里声明的无用权限
Browse files Browse the repository at this point in the history
http://tapd.oa.com/NEW_IOT/prong/stories/view/1020393192869532311

Change-Id: I836f06a4127309b481fe45b2d989ad3b941a1cb4
  • Loading branch information
archurtan committed Jun 23, 2022
1 parent 4a4fb56 commit df6fff5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.RECORD_AUDIO" />
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" tools:node="remove"/>
<uses-permission android:name="android.permission.READ_PHONE_STATE" tools:node="remove"/>

<!-- 移动推送TPNS自定义权限,用于发送接收广播权限校验(必选)-->
<permission
Expand Down

0 comments on commit df6fff5

Please sign in to comment.