配合探路合并,更换道路事件上报广播

This commit is contained in:
tongchenfei
2020-06-08 13:41:10 +08:00
parent 76bdc73611
commit 520a981796
2 changed files with 3 additions and 7 deletions

View File

@@ -14,7 +14,7 @@ object UploadHelper {
ServiceApisManager.serviceApis.statusManagerApi.setUploadingStatus("CARD_TYPE_ROAD_CONDITION", true)
Logger.d("UploadHelper", "upload ----> $type")
val intent = Intent()
intent.action = "com.zhidao.roadcondition.share"
intent.action = "com.zhidao.share.roadcondition.action"
intent.addFlags(Intent.FLAG_RECEIVER_FOREGROUND)
intent.addFlags(Intent.FLAG_INCLUDE_STOPPED_PACKAGES)
intent.putExtra("type", type)