I’m using app not companion
yes exactly
Try with companion mode, if it is working mean need to change something
ok i will download firefox now
Also change the existing path URL with this one
/mnt/sdcard
/ and try.
I have found the guide for you.
Suppose if the above storage path also says error refer the guide
Also external storage doesn’t work try with internal storage permission
I think now it is all about the write permission
Try with internal storage permission
Android V6 and above facing such problems it seems
Yes write only
WRITE_INTERNAL_STORAGE
you mean ( android.permission. ) delete this ?
no no android.permission.WRITE_INTERNAL_STORAGE
same Result
Oh sorry… in this block we requested external storage but storing the file in internal… but it works for my mobile (and V is less than 6) so change here.
Ask internal storage and use the same path and try in apk
What i suggest for you is,
1, Ask WRITE_EXTERNAL_STORAGE
2, Add File component and just put some event empty that will help you to ask permission
3, debug every path using text or toast message to know what kind of path are you using
4, If possible try to add permission by decompiling you apk
yes working , how please ?
Extension by it self doesn’t add WRITE_EXTERNAL_STORAGE to manifest, the suggestion above should solve your issue as I used the file component in the apk…
thx very much
yes it’s worked for me thx