With standalone model, there is exception when refineResolveFilename
is called.
"The internet permission is missing"
Note.
"internet" privilege can be omitable, because there is no webapi
requesting "internet" privilege actually.
Change-Id: I89cdf08c213adaaff4aa9a97931c4f9bf01af07d
Signed-off-by: DongHyun Song <dh81.song@samsung.com>
this.initWebapis();
this.permissions = wrt.getPrivileges(this.id);
- this.refineResolveFilename();
if (isGlobal) {
this.pkgApiVersion = wrt.getPkgApiVersion(this.id);
this.refineApplicationApis();
this.refineFilesystemApis()
this.initAccessControlManager();
this.refineXwalkUtilApis();
+ this.refineResolveFilename();
}
}