Hina-Hussain / DeviceInformationPlugin

Apache License 2.0
6 stars 13 forks source link

bug fix to get IMEI on Android 9 (API 28) #9

Open jlestrat opened 1 year ago

jlestrat commented 1 year ago

The function "imeiNumber = telephonyManager.getImei();" working on Android 9. I modify condition to get IMEI on Android 9 with this function.