I am a beginner on android development. I want to save user details on android device. my application has a registration facility. I want to restrict only one user per device. If the user uninstalled the application and reinstalled it should take the previous user already registered with this device until the device is formatted. So for this purpose I want to store the user details inside the device and the user should not be able to clear the details until the device is formatted.
I am searching for solution something similar to iOS keychain concept, but it is not mandatory to save as encrypted.
Requesting experts help.