This reverts commit
79bf5d968f1bfc7de05086cd78280759cb1e2265.
Change the default background color to black for app compatibility.
For app that has white text and icons and uses the default background color of target,
text and icons should be displayed normally on tw2 and tw3 with the default background color set to black.
Change-Id: I7ac040d6ebcb1270562d55b9cddaa7d5ade6784c
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
this.accessiblePath = (wrt.tv ? wrt.tv.getAccessiblePath() : null);
this.isAlwaysReload = (wrt.tv ? wrt.tv.isAlwaysReload() : false);
this.multitaskingSupport = (wrt.tv ? wrt.tv.getMultitaskingSupport() : true);
- this.defaultBackgroundColor = (wrt.tv ? '#000' : '#FFF');
+ this.defaultBackgroundColor = (wrt.tv
+ || (wrt.getPlatformType() === "product_wearable") ? '#000' : '#FFF');
this.defaultTransparent = (wrt.tv ? true : false);
this.suspended = false;
this.loadFinished = false;