增加远程获取sn,台电设备适配
This commit is contained in:
@@ -46,6 +46,11 @@ public class RemoteService extends Service {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getSerial() throws RemoteException {
|
||||
return Utils.getSerial();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getUserInfo() throws RemoteException {
|
||||
if (MainService.getPresenter() != null) {
|
||||
|
||||
Reference in New Issue
Block a user