Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

Commit

Permalink
remove merged permission
Browse files Browse the repository at this point in the history
  • Loading branch information
k0shk0sh committed Mar 25, 2018
1 parent 1456d17 commit 16d096f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission
android:name="android.permission.READ_PHONE_STATE"
tools:node="remove"/>

<meta-data
android:name="com.google.firebase.messaging.default_notification_icon"
Expand Down

0 comments on commit 16d096f

Please sign in to comment.