RealService

This commit is contained in:
SeungheeOh 2019-09-08 23:54:35 +09:00
parent 775a655692
commit effa89e030

View File

@ -338,13 +338,7 @@ feff0041c9c0c5b4bc18005a
@Override @Override
public void onReceive(Context context, Intent intent) { public void onReceive(Context context, Intent intent) {
try {
if (sPort != null) {
sPort.write("abc".getBytes(), 3000);
}
} catch (Exception e) {
e.toString();
}
Bundle bundle = intent.getExtras(); Bundle bundle = intent.getExtras();
if (bundle != null) { if (bundle != null) {