Skip to content

Commit

Permalink
Merge pull request zhouteng0217#11 from miguelpruivo/master
Browse files Browse the repository at this point in the history
Remove write and read permissions from AndroidManifest
  • Loading branch information
zhouteng0217 authored Jun 12, 2019
2 parents fef9628 + 88ad26a commit 65b20e0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.zt.shareextend">

<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>

<application>

<provider
Expand Down

0 comments on commit 65b20e0

Please sign in to comment.