This website works better with JavaScript.
Home
Explore
Help
Sign In
elink
/
BodyFatScaleSDK_Android
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Increase the synchronization user automatic call
master
陈福行
5 years ago
parent
d1160395f8
commit
ef1d18c5b1
1 changed files
with
2 additions
and
0 deletions
Unified View
Show Diff Stats
2
0
app/src/main/java/aicare/net/cn/iweightdemo/MyActivity.java
+ 2
- 0
app/src/main/java/aicare/net/cn/iweightdemo/MyActivity.java
View File
.getHeight());
.getHeight());
showInfo(bm15BodyFatData.toString(), true);
showInfo(bm15BodyFatData.toString(), true);
}
}
}else if (weightData.getCmdType() == 2&&binder!=null&&user!=null){
binder.syncUser(user);
}
}
}
}
Write
Preview
Loading…
Cancel
Save