api 33While the existing code works just fine up to API 32, no file permission dialog is shown when running on API 33. The handler onRequestPermissionsResult is called withoutApparently, on Android>=33, to write file on external storage, you will not need any permissions at all! ... In particular, if your app targets Android 11 (API level 30) or hher,