I want to get a special user file. Can you put the name of this file as type
in Intent
? For an image, for example, it is used:
Intent intent = new Intent(Intent.ACTION_PICK)
intent.setType("image/*")
startActivityForResult(intent, 1)
Is it possible to set the file name I want in setType()
to show only it and the directories? The file is a "backup" of the database called "tobuy.db".