Skip to content

Commit

Permalink
Removed unneeded Instabug permissions.
Browse files Browse the repository at this point in the history
jguerinet committed Mar 3, 2016
1 parent 5b44277 commit a9fe0b1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -23,6 +23,17 @@
android:name="android.permission.READ_EXTERNAL_STORAGE"
tools:node="remove" />

<!-- Remove the audio recording permission needed for Instabug audio feedback -->
<uses-permission
android:name="android.permission.RECORD_AUDIO"
tools:node="remove"/>"

<!-- Remove Instabug Push Notification permission -->
<uses-permission
android:name="com.instabug.library.permission.C2D_MESSAGE"
tools:node="remove"/>


<application
android:name=".App"
android:allowBackup="true"

0 comments on commit a9fe0b1

Please sign in to comment.