i search how can i get the IMSI number of android devices. and i understand that i have to use SystemProperty class as it explained here: getting IMSI from android phone? but when i am trying to pass this parameter, TelephonyProperties.PROPERTY_IMSI, to the SystemPropery class it shows me this error: "cannot be resolved to a variable"
Asked
Active
Viewed 929 times
1 Answers
0
The link you posted has the answer, those properties are not publicly accessible, you can use tricks to get to them but there is no guarantee that they will exist in all/future releases/devices. https://stackoverflow.com/a/5656732/329034