Skip to content

Commit

Permalink
Allow access to all files from SAF
Browse files Browse the repository at this point in the history
Allow access everything under `/data/data/com.termux/files`, not just `/data/data/com.termux/files/home`
  • Loading branch information
babaric-dev committed Jan 1, 2023
1 parent 2f5a6f7 commit 7c43e10
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -35,7 +35,7 @@ public class TermuxDocumentsProvider extends DocumentsProvider {

private static final String ALL_MIME_TYPES = "*/*";

private static final File BASE_DIR = TermuxConstants.TERMUX_HOME_DIR;
private static final File BASE_DIR = TermuxConstants.TERMUX_FILES_DIR;


// The default columns to return information about a root if no specific
Expand Down

0 comments on commit 7c43e10

Please sign in to comment.