Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added comment
  • Loading branch information
Alex Gotev committed Sep 27, 2013
1 parent ae55a2a commit dd96b70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ Add the following to your project's AndroidManifest.xml file:
try {
//Utility method that creates the intent and starts the upload service in the background
//As soon as the service starts, you'll see upload status in Android Notification Center :)
UploadService.startUpload(context, notificationConfig, serverUrl, files, headers, parameters);
} catch (Exception exc) {
Expand Down

0 comments on commit dd96b70

Please sign in to comment.