I want to save some client side ids and codes that no body should reach them. Ids like ClientId
and ClientSecretId
that uses for authentication system.
So I did some search and just found some modified shared preferences like (Secure-preferences ) but it doesn't make data unreachable especially when user has root access.
is there any safe storage or something like that in android?
for example, where does screen lock's pin code save that nobody can't find that even with root access?
thanks