You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using mobiles as a s9+ for instance (or older ones), some phone properties are no more returned, in particular imei, phone number, iccid and imsi.
# adb logcat | grep GetProperties
02-19 16:19:24.790 2751 2792 D GetPropertiesResponder: Security exception trying to retrieve imei
02-19 16:19:24.795 2751 2792 D GetPropertiesResponder: unknown property request
02-19 16:19:24.805 2751 2792 D GetPropertiesResponder: Security exception trying to retrieve iccid
02-19 16:19:24.814 2751 2792 D GetPropertiesResponder: Security exception trying to retrieve imsi
Note the unknown property request message is related to phoneNumber property and is fixed by #46 PR, otherwise a Security exception is raised in place.
The text was updated successfully, but these errors were encountered:
Using mobiles as a s9+ for instance (or older ones), some phone properties are no more returned, in particular imei, phone number, iccid and imsi.
Note the
unknown property request
message is related tophoneNumber
property and is fixed by #46 PR, otherwise a Security exception is raised in place.The text was updated successfully, but these errors were encountered: