Skip to content

Commit

Permalink
Security vulnerability repair
Browse files Browse the repository at this point in the history
Security vulnerability repair
  • Loading branch information
liqi committed Oct 13, 2017
1 parent 5212c14 commit e176773
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions utils/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<!-- 从SDCard读取数据权限 -->
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<application
android:allowBackup="true"
android:supportsRtl="true">
<application>
<!--7.0需要的Uri权限提供-->
<provider
android:name="android.support.v4.content.FileProvider"
Expand Down

0 comments on commit e176773

Please sign in to comment.