In Android, entering data in SQLite uses more time and more lines of codes than in .txt file.
Saving data in .txt and use FileReader is convenient to get the data.
The main reasons which immediately spring to mind, which SQLite gives you and a simple file does not:
Note that trying to solve any of these problems with using a flat file yourself is going to start moving into database territory – but of course you really don't want to write that sort of thing yourself.