小编STA*_*ERO的帖子

有什么方法可以从应用程序中获取 Android Management API 设备 ID

我正在尝试开发 Android Management API + kiosk 应用程序。

我想enterprises/xxxxx/devices/xxxxx从自助服务终端应用程序中获取设备 id( )。
我的目的是将设备 ID 与在 app 中创建的自助服务终端应用 ID 相关联。

我可以从自助服务终端应用程序获取设备 ID 吗?还有其他解决方案吗?

android android-management-api

7
推荐指数
1
解决办法
893
查看次数

<profileable> 在生产版本中安全吗?

为了使用Macrobenchmark,我们需要添加<profileable>到 AndroidManifest.

<profileable
    android:shell="true"
    tools:targetApi="q" />
Run Code Online (Sandbox Code Playgroud)

包含<profileable>在生产版本中安全吗?

performance android android-manifest macrobenchmark

6
推荐指数
1
解决办法
636
查看次数