mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 16:37:31 +09:00
Issue #1053 - Remove android support from toolkit
Note: Does not remove support completely from toolkit/mozapps/installer or from telemetry or AppConstants.jsm
This commit is contained in:
parent
3063a156fb
commit
678b1ea2ec
73 changed files with 105 additions and 2315 deletions
|
|
@ -101,11 +101,7 @@ const DAY_IN_MS = 86400000; // 1 day in milliseconds
|
|||
const MAX_SEARCH_TOKENS = 10;
|
||||
const NOOP = function noop() {};
|
||||
|
||||
#ifdef MOZ_WIDGET_ANDROID
|
||||
var supportsDeletedTable = true;
|
||||
#else
|
||||
var supportsDeletedTable = false;
|
||||
#endif
|
||||
|
||||
var Prefs = {
|
||||
initialized: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue