增加远程获取sn,台电设备适配

This commit is contained in:
2022-06-13 21:42:42 +08:00
parent 0d324c17a4
commit 7e95fd1181
14 changed files with 256 additions and 197 deletions

View File

@@ -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) {