Send an Android Intent object through a socket? -
i wondering whether intent object can sent through objectoutputstream ? example lets have client(y) server(x) both of android based applications , y created intent instead of running it, y wants send x through socket x start intent, intent or intentservice.
now know same thing sending action string of intent x , create intent @ x , start provided both x , y have whatever intent starting, wondering sending whole object intent. serialized object , possible send ? if yes, security drawback of theory?
thanks.
Comments
Post a Comment