0

I have read this post: https://developer.android.com/about/versions/10/privacy/changes#non-resettable-device-ids

I tried to use device or profile owner app via EMM deployment but my app still cannot get IMEI, even I declared and request runtime permissions: "android.permission.READ_PHONE_STATE", "android.permission.READ_PRIVILEGED_PHONE_STATE"

Does anyone have solution? Please help! Thanks!

  • 3
    Possible duplicate of [I am getting IMEI null in Android Q?](https://stackoverflow.com/questions/55173823/i-am-getting-imei-null-in-android-q) – Daniel Oct 16 '19 at 08:23

1 Answers1

0

As they mentioned here, Restrictions on accessing device serial and IMEI.
Please check this article for more info.

Amjad Alwareh
  • 2,926
  • 22
  • 27