Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 076a34b

Browse files
author
Alex Gotev
committed
Update README.md
Improved manifest editing description
1 parent 4ea170f commit 076a34b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ Check out the project and add android-upload-service to your project as an [Andr
2020

2121
Add the following to your project's AndroidManifest.xml file:
2222

23+
24+
<uses-permission android:name="android.permission.INTERNET" />
25+
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
26+
27+
And before the tag: <pre></ application></pre> add the following:
28+
2329
<service
2430
android:name="com.alexbbb.uploadservice.UploadService"
2531
android:enabled="true"

0 commit comments

Comments
 (0)