OK,
act.requestPermissions( new String[]{Manifest.permission.WRITE_EXTERNAL_STORAGE}, 10);
works as far as it is now asking for permission. still no file written by Table class.
Hm, maybe i got another mistake in my code. testing…
thanks a lot
act = this.getActivity(); I missed that one.