Posts by Silvio • 9 points
1 post
-
0
votes1
answer219
viewsQ: Android IMEI: all android versions
The methods below are not effective to capture the IMEI of all Android versions. private String getIMEINumber() { String IMEINumber = ""; if (ActivityCompat.checkSelfPermission(this,…