I wanna do a ban system. Can somebody can send me something whats store data after the app get deleted or a way how an device can be to identify an device
TIMAI2
September 22, 2023, 8:34pm
2
It is difficult, these days, to get a real device ID, but you could use this to identify app users and their devices:
v1 is HERE
V2 is updated for target api 30, so i post v2 here this community.
why this extension
Since we are not able to get DeviceId, get Imei, get Meid, get SimSerialNumber, get SubscriberId and get Serial from Android 10 and higher devices,
the most practical way is to generate a random string and save it on internal storage, and retrieve the string back from the file when needed.
This is what this extension is doing.
blocks
[Snipaste_2021-08-18_16-16-52]
permission needed
This exte…