Extension For Haxe Android Only
Some Code Example
// To request permission, use this
AndroidTools.requestPermission(Permissions.READ_EXTERNAL_STORAGE);
// To get granted permissions(string) array use this
AndroidTools.getGrantedPermissions();
// To get a file url use this, path is the file
AndroidTools.getFileUrl(path);