mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-27 20:51:09 +01:00
Documents provider: Remove FLAG_SUPPORTS_RECENTS
This commit is contained in:
parent
a87cbdd70c
commit
fc15bd2355
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ public class TermuxDocumentsProvider extends DocumentsProvider {
|
|||
row.add(Root.COLUMN_ROOT_ID, getDocIdForFile(BASE_DIR));
|
||||
row.add(Root.COLUMN_DOCUMENT_ID, getDocIdForFile(BASE_DIR));
|
||||
row.add(Root.COLUMN_SUMMARY, null);
|
||||
row.add(Root.COLUMN_FLAGS, Root.FLAG_SUPPORTS_CREATE | Root.FLAG_SUPPORTS_RECENTS | Root.FLAG_SUPPORTS_SEARCH);
|
||||
row.add(Root.COLUMN_FLAGS, Root.FLAG_SUPPORTS_CREATE | Root.FLAG_SUPPORTS_SEARCH);
|
||||
row.add(Root.COLUMN_TITLE, applicationName);
|
||||
row.add(Root.COLUMN_MIME_TYPES, ALL_MIME_TYPES);
|
||||
row.add(Root.COLUMN_AVAILABLE_BYTES, BASE_DIR.getFreeSpace());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue