mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-10-23 08:29:47 +00:00
Merge pull request #13908 from Marocco2/patch-1
Android: Set Dolphin documents as Local only
This commit is contained in:
commit
ae3be169e1
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class DocumentProvider : DocumentsProvider() {
|
|||
add(DocumentsContract.Root.COLUMN_ICON, R.drawable.ic_dolphin)
|
||||
add(
|
||||
DocumentsContract.Root.COLUMN_FLAGS,
|
||||
DocumentsContract.Root.FLAG_SUPPORTS_CREATE or DocumentsContract.Root.FLAG_SUPPORTS_RECENTS or DocumentsContract.Root.FLAG_SUPPORTS_SEARCH
|
||||
DocumentsContract.Root.FLAG_SUPPORTS_CREATE or DocumentsContract.Root.FLAG_SUPPORTS_RECENTS or DocumentsContract.Root.FLAG_SUPPORTS_SEARCH or DocumentsContract.Root.FLAG_LOCAL_ONLY or DocumentsContract.Root.FLAG_SUPPORTS_IS_CHILD
|
||||
)
|
||||
add(DocumentsContract.Root.COLUMN_DOCUMENT_ID, ROOT_ID)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue