Since Android 10 (API 29), there are no more possibilities to extract IMEI from the phone programmatically by Android API. Is there any way via Samsung Knox SDK API to extract phone IMEI for Android 10?
As android permission "READ_PRIVILEGDE_PHONE_STATE" is required to do so. I did not see Knox API to allow these permissions.
Since system apps are allowed to have "READ_PRIVILEGDE_PHONE_STATE", is there Knox API (or some way) to pronounce our pre installed application (Via Knox profile) as a system app, since I can not find it?
Or is there any other workaround with Knox SDK to extract IMEI from the phone on android 10?