tiann / FreeReflection

A library that lets you use reflection without any restriction above Android P
MIT License
2.93k stars 543 forks source link

Android Q cannot get the IMEI number. #24

Closed MeekJeen closed 4 years ago

MeekJeen commented 4 years ago

I use the library provided by you. Why can't AndroidQ get the IMEI number?

tiann commented 4 years ago

imei is restricted by runtime permission, not by reflection.

MeekJeen commented 4 years ago

imei is restricted by runtime permission, not by reflection.

Thanks!