How to obtain Android Permissions in order to access Storage and Internet of Mobile?

How to obtain Android Permissions in order to access Storage and Internet of Mobile?

They are already present by default I think. You shouldn’t need them anyways

Thanks for the reply but my load/save functions do not work on Android Mobile and someone told me I donot have permission to access storage of mobile resulting in failure of saving of save file…if i can do something else please guide

Storage permissions is for accessing files that are not part of the application (loading a photo, saving to some user directory). The Storage extension only saves stuff in the apploications private directory wich doesn’t require any kind of permission.

Thanks…