Skip to content

Commit

Permalink
testing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ewhang5 committed Jul 8, 2024
1 parent d922fc7 commit 02d24fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/file_paths" />
</provider>
<service android:name=".datamanager.MyDownloadService" />
<service
android:name=".datamanager.MyDownloadService"
android:permission="android.permission.BIND_JOB_SERVICE" />
</application>
</manifest>

0 comments on commit 02d24fe

Please sign in to comment.