This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class SendDataService extends IntentService { | |
HttpURLConnection httpConnect = null; | |
public static String readData = ""; | |
public static String serial = ""; | |
public static String type = ""; | |
public static String id = ""; | |
public | |
public SendDataService() { | |
super("sendDataService"); |
OlderNewer