request access if needed to use backup and restore

This commit is contained in:
Anthony Calosa
2025-08-21 21:49:45 +08:00
parent fdf0c13a7f
commit 3b9ded8270
6 changed files with 78 additions and 47 deletions

View File

@@ -153,5 +153,15 @@ public class Main {
// shouldn't be reached
return null;
}
@Override
public boolean needFileAccess() {
return false;
}
@Override
public void requestFileAcces() {
}
}
}