add ugc upload
This commit is contained in:
@@ -218,6 +218,16 @@ class MainService : Service() {
|
||||
// sendBroadcast(intent)
|
||||
}
|
||||
|
||||
private fun sendUgcStatusReceiver(id: String?, type: String?, fromType: String?) {
|
||||
Log.e("MainService", "sendUgcStatusReceiver ----> id = $id ---type = $type --fromType = $fromType ")
|
||||
var intent = Intent()
|
||||
intent.action = "com.zhidao.roadcondition.marker.info"
|
||||
intent.putExtra("id", id)
|
||||
intent.putExtra("type", type)
|
||||
intent.putExtra("fromType", fromType)
|
||||
sendBroadcast(intent)
|
||||
}
|
||||
|
||||
/**
|
||||
* 初始化定位监听
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user