papysz21 New Member Feb 19, 2024 #1 example: I am using an Android emulator, let's say LDPlayer, and even after creating a NEW instance, with a different version of Android and on a different IP of the computer, the application still somehow detects that I have used it before How?
example: I am using an Android emulator, let's say LDPlayer, and even after creating a NEW instance, with a different version of Android and on a different IP of the computer, the application still somehow detects that I have used it before How?
drgottjr Expert Licensed User Longtime User Feb 22, 2024 #2 they use accountmanager. the data are cached. also PreferenceManager from the horse's mouth: Using Account Manager lets you remember your user, no matter how many devices the user may own, ... Click to expand... Last edited: Feb 22, 2024 Upvote 0
they use accountmanager. the data are cached. also PreferenceManager from the horse's mouth: Using Account Manager lets you remember your user, no matter how many devices the user may own, ... Click to expand...