Last updated:
0 purchases
liontron
亮钻科技SDK #
使用该SDK之前需要先获取系统权限, AndroidMainfest.xml中需要设定android:sharedUserId="android.uid.system"
例如:
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:sharedUserId="android.uid.system">
</manifest>
copied to clipboard
实现功能 #
getEthMacAddress 获取网口Mac地址
getSerialNumber 获取序列号(需要获取系统权限7.1-11)
getInternalStoragePath 获取内部存储路径
getStorageCardPath 获取存储卡路径
getUsbStoragePath 获取USB存储路径
getStorageSize 获取存储大小
installApplication 应用静默安装
setKeepAlive 设置应用保活
setBoot 设置开机自启动
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.