docs-product icon indicating copy to clipboard operation
docs-product copied to clipboard

Deprecated usage of device.serial since Android 10+ (API Level 29)

Open jobbemaas opened this issue 3 years ago • 2 comments

Since Android 10 (API Level 29) Google added restrictions to non-resettable hardware id's, which include both IMEI and serial number (https://developer.android.com/training/articles/user-data-ids). This means the function device.serial from the OutSystems JavaScript API Device is not working anymore without explicitly settings the permission "READ_PRIVILEGED_PHONE_STATE".

jobbemaas avatar Mar 12 '21 10:03 jobbemaas