Delphi D10.X 在Android 9及更高版本下使用Delphi获取设备序列号?


本文整理自网络,侵删。

 
uses Androidapi.Helpers, Androidapi.JNI.Os;
function GetSerial: string;
begin
  Result := JStringToString (TJBuild.JavaClass.SERIAL);
end;

相关阅读 >>

Delphi ipnumberipv4

Delphi打印timage图片

Delphi:窗体的扩展样式gwl_exstyle用于setwindowlong

Delphi readprocessmemory writeprocessmemory读写内存

Delphi 安卓程序如何读取外部配置文件

Delphi 读取文本文件的最后一行

Delphi 读取流信息

Delphi xe6新增特性及功能

Delphi动态建立panel无法更改颜色?

Delphi在postgresql中读写二进制数据

更多相关阅读请进入《Delphi》频道 >>



打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,您说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

评论

管理员已关闭评论功能...