Skip to content

Commit

Permalink
Added INTERNET permission
Browse files Browse the repository at this point in the history
  • Loading branch information
RacZo committed Feb 26, 2017
1 parent 3f1e093 commit fdd6dcf
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 @@ -2,8 +2,11 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.oscarsalguero.colorextractor" >

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

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

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

<application
Expand Down

0 comments on commit fdd6dcf

Please sign in to comment.