Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ea170f commit 076a34bCopy full SHA for 076a34b
README.md
@@ -20,6 +20,12 @@ Check out the project and add android-upload-service to your project as an [Andr
20
21
Add the following to your project's AndroidManifest.xml file:
22
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
29
<service
30
android:name="com.alexbbb.uploadservice.UploadService"
31
android:enabled="true"
0 commit comments