Due to some requirement I want to save text files files to Android's file system and read it anytime programmatically.
For each user who will be using the same phone there will be a different text file stored. Unfortunately, at that time when the user has not logged in the only unique information about the user I have is the email address (or is there anything else?).
So my question is can I use the email address as the filename for these .txt files such as "xyz_123@email.com.txt"
since the email address can have multiple special characters which I'm not sure are allowed in filenames?