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

Skip to content

Commit dd96b70

Browse files
author
Alex Gotev
committed
Update README.md
Added comment
1 parent ae55a2a commit dd96b70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ Add the following to your project's AndroidManifest.xml file:
6262
6363
try {
6464
//Utility method that creates the intent and starts the upload service in the background
65+
//As soon as the service starts, you'll see upload status in Android Notification Center :)
6566
UploadService.startUpload(context, notificationConfig, serverUrl, files, headers, parameters);
6667
6768
} catch (Exception exc) {

0 commit comments

Comments
 (0)