FileSystem Capacitor Android 10 Issues

The issue looks like it has been resolved with this PR, where all of the permissions are granted when capacitor loads?

I tested my project without the change to the manifest and it works fine now, so I guess this PR did the trick

fix(android): Filesystem.requestPermissions() not working #2936

I had tried to request permissions using the Capacitor API but it never worked

thanks