亮钻科技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>
实现功能
getEthMacAddress
获取网口Mac地址getSerialNumber
获取序列号(需要获取系统权限7.1-11
)getInternalStoragePath
获取内部存储路径getStorageCardPath
获取存储卡路径getUsbStoragePath
获取USB存储路径getStorageSize
获取存储大小installApplication
应用静默安装setKeepAlive
设置应用保活setBoot
设置开机自启动