Android Question B4XPage_CloseRequest Possible issue??

juventino883

Member
Licensed User
Longtime User
Hi guys, I was using B4XPage_CloseRequest and it wasen't working until I set the WRITE_EXTERNAL_STORAGE permission in the Manifest Editor
Manifest Editor:
AddPermission(android.permission.WRITE_EXTERNAL_STORAGE)

B4XPage_CloseRequest only works if you have that permission on the manifest editor? it should be that way?, or it could be a bug?

Thanks!
 
Last edited:

udg

Expert
Licensed User
Longtime User
It doesn't need that permission. Probably you have some other component that needs it.
 
Upvote 1

juventino883

Member
Licensed User
Longtime User
It doesn't need that permission. Probably you have some other component that needs it.
Hello, I have disabled that permission to see if the error would happen again but it does not. Before posting I did several tests and it worked only when I set the WRITE_EXTERNAL_STORAGE permission, probably in those tests I changed something that made it work ?‍♂️

Thank you @udg
 
Upvote 0
Top