Udid
一种Android客户端获取唯一设备ID的方案
Install / Use
/learn @BillyWei01/UdidREADME
UDID
本项目提供一种Android移动设备构造UDID的方案。<br/> 项目分为两个目录,UdidClient和UdidServer。
使用方法
客户端和服务端分别在Android Studio和Intellij IDEA上开发,在对应的IDE上运行即可。
客户端代码,需要先修改URLConfig的地址:
object URLConfig{
const val DEVICE_ID_SERVER = "http://192.168.0.113:8080"
}
相关链接
https://juejin.im/post/5d8ab56df265da5bb252d67c
License
See the LICENSE file for license rights and limitations.
