Android Management API back-end can access the device serial number. My device app can access the Android ID. How can I know in my back-end which device is which
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2024 01:52 PM
Android Management API back-end can access the device serial number via enterprise.devices.HardwareInfo and my device app can access the Android ID via Secure.getString(getContentResolver(), Secure.ANDROID_ID).
In my apps I have all the user actions logged via a unique device ID which after Android 10 cannot be the serial number but only the Android ID. How can I know in my back-end application which device is which based on the logs and the users using the device. In android Management API there is no way to access the Android ID and on the actual Android device there is no way to get the serial number programatically. So both sides can access a unique identifier of the device but there is no way to match these...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2024 07:00 AM
You can send the device serial number to any apps using the android managed configuration.
You could develop your own app, send through managed configuration the device serial number to it and you app will now have access to your device serial number.
- [BUG] Android Management API: "Disable" Option Bypasses FORCE_INSTALLED Restriction in General discussions
- Enhanced Factory Reset Protection in Android 15 in Tips & guides
- [Day 5] Community festival: Looking ahead - What could be next for Android? in General discussions
- [Day 1] Community festival: Highlighting 3 great resources of information for the Android Enterprise community in General discussions
- Managed Google Play Android enrollment by intune.microsoft.com in General discussions