i want to know how to access the file manager through my app. Here is my code
Intent intent=new Intent(Intent.ACTION_PICK);
intent.setType("*/*");
startActivityForResult(intent, 1);
i want to know how to access the file manager through my app. Here is my code
Intent intent=new Intent(Intent.ACTION_PICK);
intent.setType("*/*");
startActivityForResult(intent, 1);