Phone android PIE 中的权限

Phone Permission in android PIE

最近我的客户报告我的一个应用程序发生了一些崩溃,在该应用程序中我需要设备的 IMEI 以确保用户的唯一性。现在在 Android Pie 中我们无法访问 IMEI,现在有什么选择,因为我的很多用户都已登录,我不能只将 IMEI 代码更改为另一个代码。

Starting in Android Q, apps must have the READ_PRIVILEGED_PHONE_STATE privileged permission in order to access the device's non-resettable identifiers, which include both IMEI and serial number.

来源:https://developer.android.com/preview/privacy/data-identifiers