How to make my flutter app able to get serial number of my own android device (version android 11) even if additional configuration on the device?
So for my flutter app I need to get the device (real) serial number for device identification reason for my app feature. Android id didn’t suffice because if the device get factory reset, it will change and I don’t want that. So how do I get the real serial number so even when the device get factory reset it’s still the same. Also I don’t care if the device need some kind of configuration because it’s for internal use anyway. And the device I use is Infinix HOT 12 Play NFC if that relevant.your text