SkillAgentSearch skills...

Udid

一种Android客户端获取唯一设备ID的方案

Install / Use

/learn @BillyWei01/Udid
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

View on GitHub
GitHub Stars252
CategoryDevelopment
Updated6d ago
Forks45

Languages

Kotlin

Security Score

95/100

Audited on Apr 4, 2026

No findings