I am developing a data-logging app using Android Studio. I want to save a file that will appear on the user's home screen.
Is there a way to save/write a text file that will appear directly on the home screen of the phone, rather than in internal storage? I don't want to just create a shortcut—I actually want the file to be saved on the home screen.
Is this possible? If so, how can I do it?