add ugc upload

This commit is contained in:
lixiaopeng
2020-10-21 11:45:15 +08:00
parent 619ad60f18
commit 084da50100
4 changed files with 44 additions and 0 deletions

View File

@@ -16,6 +16,14 @@
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</receiver>
<!--ugc上报状态反馈广播-->
<receiver android:name=".receiver.UgcUploadStatusReceiver">
<intent-filter>
<action android:name="com.v2x.ugc.upload.status" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</receiver>
</application>
</manifest>