Skip to content

Commit

Permalink
Merge pull request #2 from sanxy/patch-1
Browse files Browse the repository at this point in the history
Update AndroidManifest.xml
  • Loading branch information
TheDorkKnightRises authored Oct 27, 2018
2 parents aced5ca + 9cd5082 commit fc619e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

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

<application
android:icon="@mipmap/ic_launcher"
Expand Down Expand Up @@ -120,4 +121,4 @@
<receiver android:name=".receivers.AlarmReceiver" />
</application>

</manifest>
</manifest>

0 comments on commit fc619e7

Please sign in to comment.