You can use something like this: .... Intent intent = new Intent(Intent.ACTION_GET_CONTENT); intent.setType("file/*"); startActivityForResult(intent, ...
確定! 回上一頁