mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 08:57:34 +09:00
parent
9195e9e4e3
commit
b586913598
53 changed files with 60 additions and 750 deletions
|
|
@ -312,9 +312,6 @@ this.AppsUtils = {
|
|||
// Instead, we check if the app is installed under /system/b2g
|
||||
let isCoreApp = false;
|
||||
|
||||
#ifdef MOZ_WIDGET_GONK
|
||||
isCoreApp = app.basePath == this.getCoreAppsBasePath();
|
||||
#endif
|
||||
debug(app.basePath + " isCoreApp: " + isCoreApp);
|
||||
|
||||
return { "path": app.basePath + "/" + app.id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue