I want to get a unique device id in my application. But As per google document says Android 10 adds restrictions for non-resettable identifiers.
I don't want random id. I want to get the unique id so I can identify the device from which my API gets hit. and by that, I can manage my session. is there is another unique id other than Secure.android_id which is unique for android? or is there any way to access the Secure.android_id in Android 10.