我正在尝试开发 Android Management API + kiosk 应用程序。
我想enterprises/xxxxx/devices/xxxxx从自助服务终端应用程序中获取设备 id( )。
我的目的是将设备 ID 与在 app 中创建的自助服务终端应用 ID 相关联。
我可以从自助服务终端应用程序获取设备 ID 吗?还有其他解决方案吗?
为了使用Macrobenchmark,我们需要添加<profileable>到 AndroidManifest.
<profileable
android:shell="true"
tools:targetApi="q" />
Run Code Online (Sandbox Code Playgroud)
包含<profileable>在生产版本中安全吗?