I'm submitting an update for my android app and all previous versions did not have these two settings. The database remains the same, but if the names are obfuscated, I'm worried that the user's data will be lost. In other words, I'm worried that the obfuscated names will clash with the true names and the database will reset. Thank you for reading.
I'm using Room for my database.