CINXE.COM

Terms of Use | HUAWEI Singapore

<!DOCTYPE html> <html xml:lang="en-SG" lang="en-SG" dir="" prefix="og:http://ogp.me/ns#"> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta http-equiv="Access-Control-Allow-Origin" content="https://consumer-res.huaweistatic.com"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=0.2, maximum-scale=5.0, user-scalable=yes"/> <meta name="description" content="Read through our terms of use policies to gain a better understanding of your relationship with Huawei."/> <meta name="keywords" content="terms of use"/> <meta name="GENERATOR" content=" 8.00.7601.19003"/> <meta name="robots" content="index,follow" /> <title>Terms of Use | HUAWEI Singapore</title> <link rel="canonical" href="https://consumer.huawei.com/sg/legal/terms-of-use/"/> <script type="text/javascript">window.pageLoadStart = new Date().getTime();</script> <link rel="shortcut icon" href="/dam/content/dam/huawei-cbg-site/common/huawei-logo.png" type="image/png" /> <link rel="icon" href="/dam/content/dam/huawei-cbg-site/common/huawei-logo.png" type="image/png" /> <link rel="bookmark" href="/dam/content/dam/huawei-cbg-site/common/huawei-logo.png" type="image/png" /> <script type="text/javascript"> function getEncCookie(name){ var arr,reg=new RegExp("(^| )"+name+"=([^;]*)(;|$)"); if(arr=document.cookie.match(reg)) return unescape(arr[2]); else return null; } // data layer javascript window.digitalData={"page":{"pageInfo":{"pageName":"cbg:sg:legal:terms-of-use","countryCode":"SG","siteCode":"sg","siteCode2":"sg","siteName":"Singapore (SG)","appNum":"A49625982","language":"en_sg","site":"cbg","uri":"/sg/legal/terms-of-use/","siteCodeForAPI":"sg","isProductDetailPage":false,"isProductMiniSitePage":false,"siteCurrency":null,"ccpcApiKey":"MY","serviceGatewayPath":"https://sgw-sg.c.huawei.com/forward","staticResHost":"https://"},"category":{"pageType":"legal","primaryCategory":"legal","subCategory1":"terms-of-use","subCategory2":null,"subCategory3":null},"pageType":{"type":""}},"event":[]} window.encUser = getEncCookie("data_layer_enc"); // is the site Arabic site window.isArabicSite = false; // map type window.customMapType = "gaia"; </script> <script type="text/javascript" src="/.resources/huawei-cbg-site-lm-basic/webresources/opensource/jquery/jquery.min.js"></script> <script type="text/javascript"> var service_sessionuuid_support = "base/basecommonService/sessionuuid"; var SITE_CODE = window.digitalData.page.pageInfo.siteCodeForAPI || window.digitalData.page.pageInfo.siteCode; var APP_NUM = window.digitalData.page.pageInfo.appNum; var site_language = window.digitalData.page.pageInfo.language; var countryCode = window.digitalData.page.pageInfo.countryCode; var allowHA = false; </script> <input id="ha-report-url" type="hidden" value="https://metrics-dra.dt.dbankcloud.com:443/webv2"> <script type="text/javascript"> (function () { window.isHealthWebView = function() { return window.JsInteraction && typeof window.JsInteraction.isFromHuaweiHealth === 'function' && window.JsInteraction.isFromHuaweiHealth(); } // 页面头尾隐藏样式 const appWebViewStyle = ` .huawei-v4 #header-v4, .huawei-v4 #second-navigation-v4, .huawei-v4 #robotIcon, .huawei-v4 #cookie-information-template-wrapper, .huawei-v4 .huawei-convergent-cookie, .huawei-v4 .optanon-alert-box-wrapper, .huawei-v4 .nps-survey, .huawei-v4 .hwv3-animate-box, .huawei-v4 .huawei-bootom-cookie, .huawei-v4 #header-placeholder, .huawei-v4 .v4.n09-footer .container div:not(.policy-text), .huawei-v4.nav-hidden .huawei-ie-tips { display: none !important; }`; function addCssByStyle(cssString) { const style = document.createElement("style"); style.setAttribute("type", "text/css"); const cssText = document.createTextNode(cssString); style.appendChild(cssText); const heads = document.getElementsByTagName("head"); if (heads.length) { heads[0].appendChild(style); } else { document.documentElement.appendChild(style); } } /** * 判断当前页面是否为服务页面及智慧生活(window.hilink) 或者 MHW-APP(integrationJsInterface)嵌入 * * @returns {*|boolean} */ function isSupportPageInAppView() { return window.digitalData && window.digitalData.page.category.pageType == 'support' && (window.hilink || window.hicareJsInterface || window.integrationJsInterface || window.integrationJsInterfaceWebview); } function isEcommerceSite() { const siteCode = window.digitalData ? window.digitalData.page.pageInfo.siteCode2 : ''; const ecommerceSiteCodeList = ['uk', 'fr', 'de', 'es', 'it', 'nl','ro', 'pt', 'pl', 'cz', 'tr', 'my', 'sa', 'ae', 'th', 'jp', 'pe', 'mx', 'cl', 'co', 'za', 'ru', 'ph']; return ecommerceSiteCodeList.indexOf(siteCode) > -1; } // 在运动健康/智慧生活服务页面webView中,隐藏页面头尾 if ((isHealthWebView() && isEcommerceSite()) || isSupportPageInAppView()) { addCssByStyle(appWebViewStyle); } })(); </script> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; function getChapter1() { var pageType = window.digitalData.page.category.pageType; pageType = pageType.split("_")[0]; var chapter1 = ""; switch (pageType) { case "homepage": chapter1 = "Home"; break; case "support": chapter1 = "support"; break; case "product-detail": chapter1 = "Mkt products"; break; case "product-listing": chapter1 = "Mkt products"; break; default: chapter1 = window.digitalData.page.category.primaryCategory; } return chapter1; } function getChapter2() { var pageType = window.digitalData.page.category.pageType; pageType = pageType.split("_")[0]; var chapter2 = window.digitalData.page.category.subCategory1; if (pageType == "product-detail" || pageType == "product-listing") { chapter2 = window.digitalData.page.category.primaryCategory; } return chapter2; } function getChapter3() { var chapter3 = window.digitalData.page.category.subCategory2; var pageType = window.digitalData.page.category.pageType; pageType = pageType.split("_")[0]; if (pageType == "product-detail") { chapter3 = window.digitalData.page.category.subCategory1; } return chapter3; } function getPageName() { var pageName = ""; var pathArr = location.pathname.split("/"); for (var index = pathArr.length - 1; index > 0; index--) { if (pathArr[index] != "") { pageName = pathArr[index]; if (pageName.indexOf(".html") != -1) { pageName = pageName.split(".")[0]; } break; } } return pageName; } /* * * 判断是否APP内嵌,设置siteId * */ function getMktDmpaSiteId() { var dmpa_siteId = ""; if (window.integrationJsInterface || window.integrationJsInterfaceWebview) { dmpa_siteId = "HuaweiStore-app"; } else { dmpa_siteId = $(window).width() < 1199.98 ? "HuaweiStore-wap" : "HuaweiStore-web"; } return dmpa_siteId; } var DMPA_SCRIPT_BASEURL = ""; var dmpa_init_mkt_dmpa_params = { "siteId": getMktDmpaSiteId(), "IP": null, "userId": null, "sessionId": null, "country": digitalData.page.pageInfo ? digitalData.page.pageInfo.siteCode2 : "", "siteLanguage": digitalData.page.pageInfo.language ? digitalData.page.pageInfo.language.replace("_", "-") : "", "siteName": digitalData.page.pageInfo ? digitalData.page.pageInfo.siteCode2 : "" } /* * * * 设置dmpa5公共参数 * * */ function initMktDmpa5() { if (typeof dmpa5 === 'undefined' || document.readyState !== 'complete') { return; } //查询用户ID try { //获取uum的API var uumApi = mktConfig.uumApi; if (uumApi != null && uumApi != "") { var uumHost = uumApi.substring(0, uumApi.search("/users")); //tokenApi var tokenApiUrl = uumHost + "/gateway/csrfToken?_=" + Date.now(); //若用户已经登录,则调用UUM接口查询用户信息 $.ajax({ type: "GET", url: uumApi + "/v1/login/info", dataType: "json", xhrFields: {withCredentials: true} }).always(function (result) { if (result && result.resultCode == 0) { dmpa_init_mkt_dmpa_params.userId = result.data.userId; } //设置sessionId $.ajax({ type: "get", url: tokenApiUrl, xhrFields: { withCredentials: true }, crossDomain: true }).always(function (result) { if (result && result.resultCode == 0) { dmpa_init_mkt_dmpa_params.sessionId = result.data; } setMktDmpaParams(dmpa_init_mkt_dmpa_params); }); }) } else { dmpa_init_mkt_dmpa_params.userId = ''; //会话中心未配置 setMktDmpaParams(dmpa_init_mkt_dmpa_params); } } catch (e) { } } function setMktDmpaParams(dmpaParams) { if (typeof dmpa5 === 'undefined') { return; } dmpa5('set', dmpaParams); //公共参数初始化 dmpa5('setTrackerUrl', DMPA_SCRIPT_BASEURL + "/"); dmpa5('setAutoSendPV', false);//禁止自动发送 pv dmpa5('setDMPAVersion', 5); // 设置DMPA版本 dmpa5('setAutoSendPP', false);//禁止自动发送 pp dmpa5('setAutoLinkTracking', false);//禁止自动发送 link //设置dmpa参数后发送一次pv trackMktDmpaPV(); } /** * 设置dmpa的访客userId */ function buildMktDmpaUserId() { var userId = 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxx'.replace(/[xy]/g, function (c) { var r = Math.random() * 16 | 0, v = c == 'x' ? r : (r & 0x3 | 0x8); return v.toString(16); }); if (typeof $.cookie === 'function') { var site_name = window.site || window.siteCode || ''; } return userId; } /** * 发送dmpa的pv,适用于mkt/服务/活动 * */ function trackMktDmpaPV() { // 判断是否为 App Webview var isAppWebview = window.integrationJsInterface || window.integrationJsInterfaceWebview; var referrerUrl = ''; if (document.referrer.length > 0) { referrerUrl = document.referrer; } try { if (referrerUrl.length == 0 && opener.location.href.length > 0) { referrerUrl = opener.location.href; } } catch (e) {} var pvData = { "title": $("title").text() || null, "location": location.origin + location.pathname || null, "uri": digitalData.page.pageInfo.uri || null, "referrerUrl": referrerUrl || null, "trackSource": null, "trackMedium": null, "trackCampaign": null, "trackContent": null, "trackTerm": null, "pageLoadDelay": null, "pageHierarchy": null, "subModuleName": getMktDmpaSubModuleName() } // PDP页增加跟踪需要的额外参数 if (digitalData.page.pageInfo.isProductDetailPage && digitalData.product && digitalData.product.productInfo) { pvData["additionalProperty"] = JSON.stringify({ "product_name": digitalData.product.productInfo.marketingName, "page_view": "PDP" }); } if (!isAppWebview) { dmpa5("trackPageView", pvData); } } /** * 获取子模块名称 */ function getMktDmpaSubModuleName() { var url = location.href; var moduleName = ""; if (url.indexOf("/support/") != -1) { moduleName = "Support"; } else if (url.indexOf("/community/") != -1) { moduleName = "Community"; } else if (url.indexOf("/promo/") != -1 || url.indexOf("/offer/") != -1) { //活动以及促销组件 moduleName = "Activity"; } else if (url.indexOf("/shop/") != -1 || url.indexOf("/buy/") != -1) { moduleName = "eCommerce"; } else { moduleName = "Marketing"; } return moduleName; } </script> <script> var siteCode = window.digitalData ? window.digitalData.page.pageInfo.siteCode2 : ''; var pageCategory = window.digitalData ? window.digitalData.page.category.pageType : ''; var countryCode = window.digitalData ? window.digitalData.page.pageInfo.countryCode : ''; var language = window.digitalData ? window.digitalData.page.pageInfo.language : ''; var siteName = window.digitalData ? window.digitalData.page.pageInfo.siteName : ''; var pageProductInfo = window.digitalData.product ? window.digitalData.product.productInfo : ''; function dateFormat(fmt) { var d = new Date(); var local = d.getTime(); var offset = d.getTimezoneOffset() * 60000; var localUtc = new Date().getTimezoneOffset() / 60; var utcTime; if (localUtc > 0) { utcTime = local - offset; } else { utcTime = local + offset; } var CNTime = utcTime + 3600000 * 8; var nd = new Date(CNTime); var o = { "M+": nd.getMonth() + 1, "d+": nd.getDate(), "H+": nd.getHours(), "m+": nd.getMinutes(), "s+": nd.getSeconds(), "q+": Math.floor((nd.getMonth() + 3) / 3), "S": nd.getMilliseconds() }; if (/(y+)/.test(fmt)) fmt = fmt.replace(RegExp.$1, (nd.getFullYear() + "").substr(4 - RegExp.$1.length)); for (var k in o) if (new RegExp("(" + k + ")").test(fmt)) fmt = fmt.replace(RegExp.$1, (RegExp.$1.length == 1) ? (o[k]) : (("00" + o[k]).substr(("" + o[k]).length))); return fmt; } // hitTimeStamp : YYYYMMDD_hh:mm:ss 时区是(GMT+08:00) China Time,就是GA全球视图的时区 window.dataLayer.push({ userId: "", sessionId: "", firstSourceMedium: "", lastSourceMedium: "", accountStatus: "", loginStatus: "", hitTimeStamp: dateFormat("yyyy-MM-dd_HH:mm:ss"), pageCategory: pageCategory, siteCountryCode: countryCode, siteLanguage: language, siteCountryName: siteName, "productMktName": pageProductInfo && pageProductInfo.marketingName || '', "productCategory": pageProductInfo && pageProductInfo.category || '', "userCategory": "" }); if (pageCategory == 'search') { var reg = new RegExp("(^|&)keyword=([^&]*)(&|$)"); var val = window.location.search.substr(1).match(reg); if (val != null && val[2]) { var searchKeyword = decodeURIComponent(val[2]) window.dataLayer.push({ cat55: "product", kw55: searchKeyword, siteSearchResults: "" }); }; } </script> <script type="text/javascript"> /** * 获取url中的参数 */ function getUrlParam(name) { var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)"); //构造一个含有目标参数的正则表达式对象 var r = window.location.search.substr(1).match(reg); //匹配目标参数 if (r != null) { return decodeURIComponent(r[2]); } return null; //返回参数值 } </script> <script type="text/plain" class="cookie-package-controller analysis-cookie default-load-cookie"> (function (w, d, s, l, i) { w[l] = w[l] || []; w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' }); var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f); })(window, document, 'script', 'dataLayer', 'GTM-MBP7H56'); </script> <script type="text/javascript"> var enableExternalLinkPopup = true; var externalLinkWhitelist = JSON.parse("[\"huawei.com\",\"h5hosting-drcn.dbankcdn.cn\",\"vmall.com\",\"contentcenter-drcn.dbankcdn.com\"]"); </script> <script type="text/javascript"> let mktWebResourceBaseDir = {}; let adminWebResourceBaseDir = {}; let appsWebResourceBaseDir = {}; let opensourceResourceBaseDir = {}; let forumWebResourceBaseDir = {}; mktWebResourceBaseDir["designPath"] = "/.resources/huawei-cbg-site-lm-basic/webresources/mkt"; adminWebResourceBaseDir["designsPath"] = "/.resources/huawei-cbg-site-lm-basic/webresources/admin"; appsWebResourceBaseDir["designsPath"] = "/.resources/huawei-cbg-site-lm-basic/webresources"; opensourceResourceBaseDir["designsPath"] = "/.resources/huawei-cbg-site-lm-basic/webresources/opensource"; forumWebResourceBaseDir["designPath"] = "/.resources/huawei-cbg-site-lm-community/webresources/community"; </script> <script> let Granite = {}; </script> <script type="text/javascript"> var enableNewCookieCfg = Boolean(false); var cookieModeSetting = "noPromptMode"; var ctlAnalysisCookie = Boolean(false); var ctlAdvertiseCookie = Boolean(false); var enableDefaultCookieAccept = Boolean(false); var pushForConsentTime = ""; var pushForConsentTimeNewMode = ""; isECommerceSite = window.isECommerceSite || 'None'; // 分享于My Huawei App中打开 开关 var enableShareFeature = Boolean(true); // My Huawei App 下载页面地址配置项 var appDownloadLink = ""; // 是否启用 App 侧 FA 数据推送 var enableAppFa = Boolean(false); </script> <script type="text/javascript"> var supportv2 = {}; supportv2["apiBaseUrl"] = "https:\/\/ccpce\-sg.consumer.huawei.com\/ccpcmd\/services\/dispatch\/secured\/CCPC\/EN"; supportv2["captchaUrl"] = "contentcenter\-dra.dbankcdn.com\/pub_1\/cscaptcha_captcha_900_9\/b\/v3\/netease"; supportv2["captchaServiceDomain"] = "csc\-adapter\-dra.security.dbankcloud.com"; supportv2["toCApiUrl"] = "https:\/\/itrinity\-sg.c.huawei.com"; supportv2["supportApiUrl"] = "https:\/\/consumer.huawei.com\/support"; supportv2["cmktApiUrl"] = "https:\/\/consumer\-api\-sg.huawei.com\/cuepf"; supportv2["casUrl"] = "https:\/\/id5.cloud.huawei.com\/CAS"; supportv2["logisticcode"] = ""; supportv2["designsPath"] = "/.resources/huawei-cbg-site-lm-basic/webresources/support"; supportv2["myDeviceI18nValue"] = "My device"; supportv2["productCategoryMapping"] = "[]"; supportv2["gaEntrance"] = "" supportv2["gaModule"] = "" supportv2["entranceLv2ForGa"] = "" supportv2["productCategory1"] = "" supportv2["productCategory2"] = "" supportv2["productCategory3"] = "" supportv2["productCategory4"] = "" supportv2["ccpcSgwAppId"] = "96E6614BD648F3582A2D6D657C5CC768" supportv2["ccpcMyHuaweiApiId"] = "EDCF82D77A5AB59706CD5F2163F67427" supportv2["uumSgwAppId"] = "EDCF82D77A5AB59706CD5F2163F67427" supportv2["enableCsrfVerify"] = "false" == 'true'; </script> <script type="text/javascript"> var loginApiUrl={}; loginApiUrl["cmscApiUrl"] = ""; loginApiUrl["huaweitimeApiUrl"] = ""; var mktConfig={}; mktConfig["websiteFunctionApi"] = "https:\/\/consumer\-api\-sg.huawei.com\/cuepf"; mktConfig["uumApi"] = "https:\/\/itrinity\-sg.c.huawei.com\/users"; mktConfig["sgwApi"] = (window.digitalData && window.digitalData.page.pageInfo.serviceGatewayPath) ? window.digitalData.page.pageInfo.serviceGatewayPath : ""; </script> <input type="hidden" id="month_txt" value="month txt" /> <input type="hidden" id="underageTips" value="" btnText="" /> <link rel="stylesheet" type="text/css" href="/content/.resources/.rc/huawei-cbg-site-lm-basic/webresources/mkt/etc/designs/huawei-cbg-site/clientlib-campaign-v4/public-v4/css/public-v4-7139ce39f28c124c1c715f636a13c9cb0b3433f936689c9a4e83d6d8a4fb803d.min.css"/> <link rel="stylesheet" type="text/css" href="/content/.resources/.rc/huawei-cbg-site-lm-basic/webresources/mkt/etc/designs/huawei-cbg-site/clientlib-public-userLogin/css/token-expire-dialog-ab52afefcddb7a1b18b9cd104b2c3ff5bb1978271c559b0f5c54ee06430db51d.min.css"/><link rel="stylesheet" type="text/css" href="/content/.resources/huawei-cbg-site-lm-basic/webresources/opensource/swiper/swiper.min.css"> <link rel="stylesheet" type="text/css" href="/content/.resources/.rc/huawei-cbg-site-lm-basic/webresources/mkt/etc/designs/huawei-cbg-site/clientlib-campaign-v4/common-v4-nav-v2/css/common-v4-nav-v2-e3f86c397c4b62d6df51377340d768f43bdfdf0657428ece3c9195c56d183784.min.css"/> <link rel="stylesheet" type="text/css" href="/content/.resources/.rc/huawei-cbg-site-lm-basic/webresources/mkt/etc/designs/huawei-cbg-site/clientlib-mkt/v5/common/common-header-v5/css/common-header-v5-cf889579e507a9686196951093ce9a3d892a136e5b1f701327ed49b09198853d.min.css"/> <link rel="stylesheet" type="text/css" href="/content/.resources/.rc/huawei-cbg-site-lm-basic/webresources/mkt/etc/designs/huawei-cbg-site/clientlib-offer/clientlib-layout/css/clientlib-layout-c994ac74927515bab5f056bb273ac9920d1aa6e620f3c7e8f4e5a36e6df662ec.min.css"/><script src="/content/.resources/.rc/huawei-cbg-site-lm-basic/webresources/mkt/etc/designs/huawei-cbg-site/clientlib-campaign-v4/public-v4/js/public-v4-af3cdd1fdcff5f2e4cfe3163186ea746e91a95fc8c55b871349dee893628f16c.min.js"></script> <script src="/content/.resources/.rc/huawei-cbg-site-lm-basic/webresources/opensource/opensource-451edb994ff286c674ec814da28c1a2b71325c89528d4f5afd5c0886530283c0.min.js"></script> <script src="/content/.resources/.rc/huawei-cbg-site-lm-basic/webresources/opensource/jquery-cookie/jquery-cookie-d7164f7ad7c4f9043d0f2937ad08fe732fa94929db040ddab82ea235521f76b3.min.js"></script> <script src="/content/.resources/.rc/huawei-cbg-site-lm-basic/webresources/mkt/etc/designs/huawei-cbg-site/clientlib-public-userLogin/js/clientlib-public-userLogin-fa48d171247302050898cfca8e1f87665ed5596c16ce99b02bc54cf9a8893e2a.min.js"></script><script src="/content/.resources/.rc/huawei-cbg-site-lm-basic/webresources/mkt/etc/designs/huawei-cbg-site/clientlib-public-HiAnalyticsJSSDK/js/HiAnalyticsJSSDK-053118467f169746a430f849edac81979483617731507d03854e8feeb41c4951.min.js"></script> <script src="/content/.resources/.rc/huawei-cbg-site-lm-basic/webresources/mkt/etc/designs/huawei-cbg-site/clientlib-public-dmpa/js/clientlib-public-dmpa-fad109c7b49603c7de03b0d9b15446ccf7c10b6851a6043a5ddf9547d07e6178.min.js"></script> <link rel="stylesheet" type="text/css" href="/content/.resources/.rc/huawei-cbg-site-lm-basic/webresources/mkt/etc/designs/huawei-cbg-site/clientlib-offer/component-bar/css/phoenixHotAreaIcon-608575dd473afcea4e290672fe1b5db341b233fab47271b08fae54d926c34ae8.min.css"/><script src="/content/.resources/.rc/huawei-cbg-site-lm-basic/webresources/opensource/swiper/swiper-fd80b231b1804eb1598e3bd10e2444962698483e5c9ab17dbc1d206807d6e5e1.min.js"></script> <style> a[href="javascript:return false;"] { cursor: initial !important; } </style> <!--/* 解决ios safari浏览器将纯数字税号转化为telephone链接 */--> <meta name="format-detection" content="telephone=no"/> <input id="is-edit-mode" type="hidden" value="false"> <!-- To distinguish with AEM instance --> <input id="is-magnolia-instance" type="hidden" value="true"> <input type="hidden" id="offer-page-type" value=""> <input type="hidden" id="offer-home-page" value=""> <input type="hidden" id="aem-run-mode" value=""> <!--/* 只在电商页面加载 */--> </head> <body class="huawei-v4 huawei-sg page-name-terms-of-use "> <style> .header-tag-title.seo{ position:absolute; display: block; height: 0; width: 0; overflow: hidden; z-index: -1; } </style> <h1 class="header-tag-title seo"> Terms of Use </h1> <input title="cookie" type="hidden" id='cookieType' value="hwcookie" /> <div class="huawei-bootom-cookie"> <div class="huawei-cookie-cnt"> <div class="huawei-cookie-txt"> We use cookies to improve our site and your experience. By continuing to browse our site you accept our cookie policy. <a href="/sg/legal/cookie-policy/" target="" rel="" title="Find out more">Find out more</a> <svg class="huawei-cookie-close" width="32" height="32" xmlns="http://www.w3.org/2000/svg"> <g fill="#7f7f7f" fill-rule="evenodd"> <path d="M8 7l17 17-1 1L7 8z"></path> <path d="M7 24L24 7l1 1L8 25z"></path> </g> </svg> </div> </div> </div> <span class="popular-text hidden" data-value="Popular results"></span> <span class="suggested-text hidden" data-value="Suggested results"></span> <div class="huawei-ie-tips" style="display: none;"> <div class="huawei-ie-cnt"> <div class="huawei-ie-txt">For a better user experience, please use the latest version of Internet Explorer or switch to another browser. <a class="huawei-ie-close" href="javascript:;" title="close"> <svg width="32" height="32" xmlns="http://www.w3.org/2000/svg"> <g fill="#3C3C3C" fill-rule="evenodd"> <path d="M8 7l17 17-1 1L7 8z"></path> <path d="M7 24L24 7l1 1L8 25z"></path> </g> </svg> </a> </div> </div> </div> <div class="v4 header-placeholder-pl nav-v2" id="header-placeholder"></div> <div class="v4 header platform-invisible nav-v2" id="header-v4" data-component="header"> <div id="topTipsBox" class="top-tips-box"> </div> <input title="main-nav" type="hidden" id='mainNav' value="nav-v2" /> <div class="v4 n01-main-navigation main-navigation nav-v2" data-component="n01-main-navigation"> <div class="container main-navigation__container"> <a title="logo" class="logo" href="/sg/" data-navicon="logo"> <img src="/.resources/huawei-cbg-site-lm-basic/webresources/mkt/etc/designs/huawei-cbg-site/clientlib-campaign-v4/common-v4/images/logo.svg" width="142" alt="Huawei-v4" /> </a> <nav class="main-nav"> <div class="lf-nav nav-zone"> <ul class="main-nav__list" role="menubar"> <li class="main-nav__item "> <a title="Smartphone" data-navicon="Smartphone" class="main-nav__link unhover" href="/sg/phones/" target="" rel="">Smartphone</a> </li> <li class="main-nav__item "> <a title="Wearable" data-navicon="Wearable" class="main-nav__link unhover" href="/sg/wearables/" target="" rel="">Wearable</a> </li> <li class="main-nav__item "> <a title="PC" data-navicon="PC" class="main-nav__link unhover" href="/sg/laptops/" target="" rel="">PC</a> </li> <li class="main-nav__item "> <a title="Tablet" data-navicon="Tablet" class="main-nav__link unhover" href="/sg/tablets/" target="" rel="">Tablet</a> </li> <li class="main-nav__item "> <a title="Audio" data-navicon="Audio" class="main-nav__link unhover" href="/sg/headphones/" target="" rel="">Audio</a> </li> <li class="main-nav__item "> <a title="HUAWEI Mobile Services" data-navicon="HUAWEI Mobile Services" class="main-nav__link unhover" href="/sg/mobileservices/" target="" rel="">HUAWEI Mobile Services</a> </li> <li class="main-nav__item "> <a title="EMUI" data-navicon="EMUI" class="main-nav__link unhover" href="/sg/emui/" target="" rel="">EMUI</a> </li> </ul> </div> <div class="rg-nav nav-zone"> <ul class="main-nav__list" role="menubar"> <li class="main-nav__item "> <a title="Support" data-navicon="Support" class="main-nav__link unhover" href="/sg/support/" target="" rel="">Support</a> </li> <li class="main-nav__item "> <a title="Retail Store" data-navicon="Retail Store" class="main-nav__link unhover" href="/sg/retail/" target="" rel="">Retail Store</a> </li> <li class="main-nav__item "> <a title="Business" data-navicon="Business" class="main-nav__link unhover" href="/sg/business/" target="" rel="">Business</a> </li> </ul> </div> <div tabindex="0" aria-haspopup="true" role="button" aria-expanded="false" class="login-v4-wrap nav-addons__link nav-addons__profile wap "> <div class="login-v4-cnt" data-gamodule="navigation" data-gaevent="support_interaction" data-entrancelevel="common"> <ul class="show-login" data-support-url='https://consumer.huawei.com/sg/support' data-support-usercenter-url='https://consumer.huawei.com/sg/support/user-center/' data-support-cmkt-url='https://consumer-api-sg.huawei.com/cuepf' data-support-cas-url='https://id5.cloud.huawei.com/CAS' data-support-country-code='SG' data-support-login='yes' data-version='v4' data-register-type='email'> </ul> <ul class="show-logout"> </ul> </div> </div> </nav> <div class="nav-addons"> <button class="nav-addons__link nav-addons__search js-open-search" aria-haspopup="true" role="button" aria-expanded="false" data-navicon="search"> <span class="icon font-ico-search"> <span class="sr-only">Search</span> </span> </button> <div tabindex="0" aria-haspopup="true" role="button" aria-expanded="false" class="login-v4-wrap nav-addons__link nav-addons__profile pc "> <span class="icon font-ico-profile"> <span class="sr-only">profile</span> <span class="icon-onlink-left"></span> <span class="icon-onlink-right"></span> </span> <div class="login-v4"> <div class="login-font"> <span class="login-bot"></span> <span class="login-top"></span> </div> <div class="login-v4-cnt" data-gamodule="navigation" data-gaevent="support_interaction" data-entrancelevel="common"> <ul class="show-login" data-support-url='https://consumer.huawei.com/sg/support' data-support-usercenter-url='https://consumer.huawei.com/sg/support/user-center/' data-support-cmkt-url='https://consumer-api-sg.huawei.com/cuepf' data-support-cas-url='https://id5.cloud.huawei.com/CAS' data-support-country-code='SG' data-support-login='yes' data-version='v4' data-register-type='email'> <li> <a cat='Navigation' act='Click on sign in' class="signInBtn a-sup-common" lab='<page title>' href="javascript:void(0)" title="login" > <span>login</span> </a> </li> <li> <a class="a-sup-common registeredBtn ha-click-dispach" ha-id="me_click_login_and_registration" a-title="registration" cat='Navigation' act='Click on sign up' lab='<page title>' href="javascript:void(0)" title="Register" > <span>Register</span> </a> </li> </ul> <ul class="show-logout"> <li class="signin-service"> <a class="a-sup-common ha-click-dispach" cat='Navigation' act='Click on my service' lab='<page title>' href='https://consumer.huawei.com/sg/support/user-center/?type=service' title="My Services" ha-id="me_click_my_service" > <span>My Services</span> </a> </li> <li class="signin-information"> <a class="a-sup-common ha-click-dispach" cat='Navigation' act='Click on my info' lab='<page title>' href='https://consumer.huawei.com/sg/support/user-center/?type=userinfo' title="My Information" ha-id="me_click_personal_info" > <span>My Information</span> </a> </li> <li class="app-sign app-sign-user"> <a class="a-sup-common" href='https://consumer.huawei.com/sg/support/user-center/' title="user center"> <span class="signin-user"></span> </a> </li> <li class="logout-btn"> <a class="a-sup-common my-exit ha-click-dispach" ha-id="me_click_log_out" cat='Navigation' act='Click on exit' lab='<page title>' href="javascript:void(0)" title="Sign out" act='Click on exit' > <span>Sign out</span> </a> </li> </ul> </div> </div> </div> <button aria-haspopup="true" role="button" aria-expanded="false" class="nav-toggle js-nav-toggle"> <span class="btn-line"></span> <span class="sr-only">Open menu</span> <span class="btn-line"></span> </button> </div> </div> </div> <div class="v4 n12-search popup nav-v2" data-component="n12-search"> <div class="container"> <button tabindex="-1" type="button" class="popup__close-btn js-close-popup"> <span class="sr-only">Close</span> </button> <div class="row"> <div class="col-xl-6 offset-xl-3 col-lg-8 offset-lg-2 col-md-10 offset-md-1"> <div class="search__form-container"> <label class="sr-only" for="search">search</label> <input class="search__form-input js-search-autocomplete" text="search" name="search" id="search" autocomplete="off" data-enable-ph-search="no" placeholder="Search HUAWEI..."> <button class="search__form-submit" type="button"> <span class="icon font-ico-search"> <span class="sr-only">Search</span> </span> </button> <button class="search__form-clear js-search-clear" type="button"> <span class="icon font-ico-close"> <span class="sr-only">Close</span> </span> </button> </div> <div class="popular-show-wrap"> <div class="popular-wrap"> <div class="top-title"> Popular Products </div> <div class="popular-product dropdown__right"> <div class="row dropdown__row-mobile"> </div> <div class="row dropdown__row-mobile"> <div class="list dropdown__right-col col-xl-4 col-xs-6"> <a class="dropdown__series-link search-popular-product-link" data-position="1" title="HUAWEI Mate X6" href="/sg/phones/mate-x6/"> <div class="dropdown__holder"> <img class="dropdown__image-centered" data-src="/dam/content/dam/huawei-cbg-site/common/mkt/pdp/admin-image/phones/mate-x6/list/red.png" alt="HUAWEI Mate X6" onerror="imgErrorUrl(this)"/> </div> </a> <div> <a class="heading dropdown__series-link search-popular-product-link" data-position="1" title="HUAWEI Mate X6" href="/sg/phones/mate-x6/"> HUAWEI Mate X6 </a> </div> </div> <div class="list dropdown__right-col col-xl-4 col-xs-6"> <a class="dropdown__series-link search-popular-product-link" data-position="2" title="HUAWEI FreeBuds Pro 4" href="/sg/headphones/freebuds-pro-4/"> <div class="dropdown__holder"> <img class="dropdown__image-centered" data-src="/dam/content/dam/huawei-cbg-site/common/mkt/pdp/admin-image/headphones/freebuds-pro-4/list/black.png" alt="HUAWEI FreeBuds Pro 4" onerror="imgErrorUrl(this)"/> </div> </a> <div> <a class="heading dropdown__series-link search-popular-product-link" data-position="2" title="HUAWEI FreeBuds Pro 4" href="/sg/headphones/freebuds-pro-4/"> HUAWEI FreeBuds Pro 4 </a> </div> </div> <div class="list dropdown__right-col col-xl-4 col-xs-6"> <a class="dropdown__series-link search-popular-product-link" data-position="3" title="HUAWEI FreeClip" href="/sg/headphones/freeclip/"> <div class="dropdown__holder"> <img class="dropdown__image-centered" data-src="/dam/content/dam/huawei-cbg-site/common/mkt/pdp/admin-image/headphones/freeclip/list/list-rose.png" alt="HUAWEI FreeClip" onerror="imgErrorUrl(this)"/> </div> </a> <div> <a class="heading dropdown__series-link search-popular-product-link" data-position="3" title="HUAWEI FreeClip" href="/sg/headphones/freeclip/"> HUAWEI FreeClip </a> </div> </div> </div> </div> </div> <div class="quick-link"> <div class="top-title"> Quick View </div> <div class="link-wrap row"> <div class="col-sm-4 link-list"> <a title="AppGallery" class="search-quick-link" href="/sg/mobileservices/appgallery/" target="_blank" target="noopener noreferrer">AppGallery</a> </div> <div class="col-sm-4 link-list"> <a title="Wearable" class="search-quick-link" href="/sg/wearables/" target="_blank" target="noopener noreferrer">Wearable</a> </div> <div class="col-sm-4 link-list"> <a title="Find Service Center" class="search-quick-link" href="/sg/support/service-center/" target="_blank" target="noopener noreferrer">Find Service Center</a> </div> </div> </div> </div> </div> </div> <div class="search_toast"> enter more search keys </div> </div> </div> <div class="v4 n16-simple-tabs simple-tabs simple-tabs__sticky" data-component="n16-simple-tabs" style="display: none;"> <div class="container"> <div class="wrap"> <ul class="simple-tabs__wrap"> <li class="simple-tabs__continent" data-region="Africa">Africa</li> <li class="simple-tabs__continent" data-region="Asia Pacific">Asia Pacific</li> <li class="simple-tabs__continent" data-region="Europe">Europe</li> <li class="simple-tabs__continent" data-region="Latin America">Latin America</li> <li class="simple-tabs__continent" data-region="Middle East">Middle East</li> <li class="simple-tabs__continent" data-region="North America">North America</li> <li class="simple-tabs__continent" data-region="Global">Global</li> </ul> </div> </div> </div> </div> <div class="cookie-data" the-package-control-of-cookies-enabled="false"> <div class="required-category" category-display-name=""> </div> <div class="analysis-category" category-display-name=""> </div> <div class="advertise-category" category-display-name=""> </div> <div class="function-category" category-display-name=""> </div> <div class="unknown-category" category-display-name=""> </div> </div> <script src="/content/.resources/.rc/huawei-cbg-site-lm-basic/webresources/mkt/etc/designs/huawei-cbg-site/clientlib-campaign-v4/cookie-package-controller/js/cookie-package-controller-f4c7ef69933f2e95f86a6e591b9e57c5c23f91ccc5e5b0c2bd9f925df4a72a6d.min.js"></script><div class="privacy-agreement-component"> <input type="hidden" id="privacy-popup-switch" value="false"> <input type="hidden" id="privacy-popup-title" value=""> <input type="hidden" id="privacy-popup-ids" value=""> <input type="hidden" id="privacy-language-code" value="en-GB"> <input type="hidden" id="privacy-popup-content" value=""> <input type="hidden" id="privacy-popup-agree" value="false"> <input type="hidden" id="privacy-popup-checkNote" value=""> <input type="hidden" id="privacy-popup-remark" value=""> <input type="hidden" id="privacy-popup-agreeText" value=""> <input type="hidden" id="privacy-popup-rejectText" value=""> <input type="hidden" id="privacy-close-i18n" value="Close"> <input type="hidden" id="privacy-errortip-i18n" value="privacy_fetch_error_tip"> <script> // 隐私协议总开关 var privacyPopupSwitch = false; var __privacyAgree = false; var privacyButtonLineStyle = Boolean(false); </script> </div><link rel="stylesheet" type="text/css" href="/content/.resources/.rc/huawei-cbg-site-lm-basic/webresources/mkt/etc/designs/huawei-cbg-site/clientlib-campaign-v4/mkt-ad-banner/css/mkt-ad-banner-90527b44ee7eca8f469f1201e84da5b8501b9c8c83c5a4b8babee02e0e6312bb.min.css"/><script src="/content/.resources/.rc/huawei-cbg-site-lm-basic/webresources/mkt/etc/designs/huawei-cbg-site/clientlib-campaign-v4/mkt-ad-banner/js/mkt-ad-banner-237a663677f2a7a7ca70629e7cc6a3e073c3d132382a1a1d53c3d68b58e2c65e.min.js"></script> <main class="v4 main"> <div class="html-text-component parbase"> <style> .huawei-v4 .v4.page-legal .v4.h05-hero-text-only.no-margin{ margin-bottom: 0; padding-bottom: 40px; } @media (max-width: 533.98px) { .huawei-v4 .v4.page-legal .v4.h05-hero-text-only.no-margin { padding-bottom: 20px; } } @media (max-width: 1199.98px) and (min-width: 992px) { .huawei-v4 .v4.page-legal .v4.n08-inpage-contents .inpage-contents__list .inpage-contents__item.active > .inpage-contents__button { font-weight: 400; } } .huawei-v4 .v4.t10-text-one-column .text-one-column__title { margin-bottom: 24px; } .huawei-v4 .v4.t10-text-one-column .text-one-column__block-title-text p { margin-bottom: 80px; } .huawei-v4 .v4.page-legal .v4.n08-inpage-contents .inpage-contents__content-main-intro { font-size: 16px; font-weight: 400; line-height: 1.5; letter-spacing: 0.3px; color: #7f7f7f; display: block; margin-bottom: 56px; } .huawei-v4 .v4.t10-text-one-column a { text-decoration: none; color: #0000ee; border-bottom: 1px solid #0000ee; } .v4.n05-tabs .tabs__links-item { padding: 0 15px !important; } @media only screen and (max-width: 1193px){ .v4.n05-tabs .tabs__links-container { width: 100%; overflow: hidden; overflow-x: scroll; } } @media only screen and (max-width: 1193px){ .v4.n05-tabs .tabs__links-container::-webkit-scrollbar { display: none; } } </style> <main class="v4 main main--white page-legal"> <div class="v4 h05-hero-text-only no-margin centered" data-component="h05-hero-text-only"> <div class="container"> <div class="wrap"> <div class="heading heading-03">LEGAL</div> </div> </div> </div> <link rel="stylesheet" href="/dam/content/dam/huawei-cbg-site/common/mkt/v4/legal/css/h05-hero-text-only.css?1"> <div class="v4 n05-tabs tabs" data-component="n05-tabs"> <div class="container tabs__container"> <div class="wrap"> <div class="tabs__links-inner"> <div class="tabs__links-container"> <ul class="tabs__links"> <li class="tabs__links-item"> <!-- <a href="/sg/legal/terms-of-use/"> --> <button class="tabs__link tabs__link--active" type="button"> <span class="tabs__link-text">Terms Of Use</span> </button> <!-- </a> --> </li> <li class="tabs__links-item"> <a href="/sg/legal/privacy-policy/"> <button class="tabs__link" type="button"> <span class="tabs__link-text">Privacy Statement</span> </button> </a> </li> <li class="tabs__links-item"> <a href="/sg/legal/cookie-policy/"> <button class="tabs__link" type="button"> <span class="tabs__link-text">Cookie</span> </button> </a> </li> </ul> <span class="tabs__line"></span> </div> </div> <div class="tabs__content tabs__swiper-container swiper-container js-ipc-fixed"> <div class="swiper-wrapper"> <div class="tabs__tab swiper-slide tabs__tab--active"> <div class="v4 n08-inpage-contents inpage-contents inpage-contents--space no-margin" data-component="n08-inpage-contents"> <div class="row inpage-contents__container js-ipc-container"> <div class="col-lg-3 inpage-contents__col"> <div class="inpage-contents__col-inner"> <div class="inpage-contents__col-item"> <div class="inpage-contents__wrap"> <ol class="inpage-contents__list js-ipc-list"> <li class="inpage-contents__item active"> <button type="button" class="inpage-contents__button js-ipc-button">Terms of Use</button> </li> <li class="inpage-contents__item"> <button type="button" class="inpage-contents__button js-ipc-button">Website Information and Explanation</button> </li> <li class="inpage-contents__item"> <button type="button" class="inpage-contents__button js-ipc-button">Website Content</button> </li> <li class="inpage-contents__item"> <button type="button" class="inpage-contents__button js-ipc-button">Usage Standards</button> </li> <li class="inpage-contents__item"> <button type="button" class="inpage-contents__button js-ipc-button">Account, Password and Security</button> </li> <li class="inpage-contents__item"> <button type="button" class="inpage-contents__button js-ipc-button">External links</button> </li> <li class="inpage-contents__item"> <button type="button" class="inpage-contents__button js-ipc-button">Privacy</button> </li> <li class="inpage-contents__item"> <button type="button" class="inpage-contents__button js-ipc-button">Reservation of Rights</button> </li> <li class="inpage-contents__item"> <button type="button" class="inpage-contents__button js-ipc-button">Disclaimer</button> </li> <li class="inpage-contents__item"> <button type="button" class="inpage-contents__button js-ipc-button">Limitation of Liabilities</button> </li> <li class="inpage-contents__item"> <button type="button" class="inpage-contents__button js-ipc-button">Indemnity</button> </li> <li class="inpage-contents__item"> <button type="button" class="inpage-contents__button js-ipc-button">Independent Remedies</button> </li> <li class="inpage-contents__item"> <button type="button" class="inpage-contents__button js-ipc-button">Feedback</button> </li> <li class="inpage-contents__item"> <button type="button" class="inpage-contents__button js-ipc-button">Breach of these Terms of Use</button> </li> <li class="inpage-contents__item"> <button type="button" class="inpage-contents__button js-ipc-button">Applicable Laws and Jurisdiction</button> </li> <li class="inpage-contents__item"> <button type="button" class="inpage-contents__button js-ipc-button">Miscellaneous</button> </li> </ol> <span class="inpage-contents__line js-ipc-line"></span> </div> </div> </div> </div> <div class="col-lg-9 col-md-12"> <div class="inpage-contents__content"> <div class="inpage-contents__content-item js-ipc-content"> <div class="v4 t10-text-one-column text-one-column text-one-column-no-space no-margin" data-component="t10-text-one-column"> <div class="container"> <div class="wrap text-one-column__wrap text-one-column__wrap--left js-items-wrap"> <div class="heading heading-03 text-one-column__title"> Terms of Use of Huawei Consumer Business Official Website</div> <!-- <div class="text-one-column__block-text text-one-column__block-title-text"> <p>The Huawei Consumer Business Privacy Statement was updated on April 15, 2018.<br><br> Huawei Device Co., Ltd. and its global affiliates (collectively, "Huawei", "we", "us", and "our") respect your privacy. Therefore, we have developed a Privacy Statement (hereinafter referred to as "this Statement") that covers how we collect, use, disclose, protect, store and transfer your personal data. Please take a moment to read and understand our privacy statement and <a href="/za/legal/privacy-questions/" target="_blank">let us know</a> if you have any questions.<br><br> Personal data means any electronic or other information which alone or jointly with other information can be used to identify a natural person or make him/her identifiable. This Statement explains how Huawei processes your personal data, but does not cover all processing scenarios as you will be informed in specific processing activity. Therefore, before using a specific product or service, it is recommended that you read the privacy notice or supplementary statement released by Huawei for that product or service to understand how it processes your personal data.<br><br> This Statement applies only to Huawei personal and home products, including feature phones, smartphones, laptops, tablets, wearable devices, mobile broadband devices, smart household appliances, accessories, computer applications, mobile services, software, toolkits, websites, and services that display or mention this Statement. </p> </div> --> <div class="text-one-column__container js-one-column"> <div class="heading heading-04 text-one-column__block-title"> Terms of Use</div> <div class="text-one-column__block-text"> <p>These Terms of Use apply to the HUAWEI Consumer website ( <a href="/sg/" target="_self">https://consumer.huawei.com/sg/</a>). By accessing this website, you acknowledge that you accept the following terms. In the event that you do not understand or accept any of the terms herein, you should discontinue your use of this website. <br> <br>To the extent permissible by law, HUAWEI reserves the right to alter these Terms of Use at any time without providing notice. You are responsible for regularly checking for any changes to these Terms of Use. Your continued use of this website after any such changes are released shall be deemed as your acceptance of said changes. </p> </div> </div> <div class="text-one-column__container js-one-column"> <div class="heading heading-04 text-one-column__block-title"> Website Information and Explanation</div> <div class="text-one-column__block-text"> <p> HUAWEI operates and manages this website from its headquarters in Guangdong Province in the People's Republic of China. Though this website can be accessed from anywhere in the world, the availability of the functions, products, and services discussed, mentioned, supplied, and provided through or on this website may vary by country or region. </p> <p> Should you choose to visit this website from countries or regions outside China, you do so of your own volition and shall use our website only as permitted by local laws. </p> </div> </div> <div class="text-one-column__container js-one-column"> <div class="heading heading-04 text-one-column__block-title"> Website Content</div> <div class="text-one-column__block-text"> <p> All texts, images, music, videos, animations, trademarks, patterns, charts, visual interfaces and code (hereinafter referred to as Content), including but not limited to the ideas, design, structure, expression, and display of the aforementioned Content, are legally owned, controlled, or legitimately authorized to be used by HUAWEI. Unless otherwise stated in these Terms of Use, you shall not use the Content on this website for any commercial purpose in any way without HUAWEI's prior written consent. </p> <p> You can download information presented on this website with regard to HUAWEI's products and services, provided that:<br><br> 1. Said information is used solely for personal purposes and not for commercial purposes.<br> 2. No alterations of any kind are made to said information.<br> 3. No further statements and warranties shall be made with regard to said information or documents containing said information.<br> 4. No statements and / or notifications indicating HUAWEI's ownership of and other legal rights and interests with regard to said information shall be removed, in part or in full. </p> </div> </div> <div class="text-one-column__container js-one-column"> <div class="heading heading-04 text-one-column__block-title"> Usage Standards</div> <div class="text-one-column__block-text"> <p> This website and its Content cannot be used illegally or for any purpose prohibited in these terms of usage, nor can they be used to infringe on the legal rights and interests of other persons or organisations. </p> <p> You shall not use any form of device, programme, or algorithm, including spiders, robots, deep-links, and page-scrapes, or any identical or similar manual programme, to access, obtain, copy, or monitor any part of this website or its Content. Additionally, you shall not visit, obtain, or copy any materials, documents, or information on this website by any method not provided by this website. </p> <p>You shall not attempt to illegally access, decode, or use any other illegal methods to gain unauthorized access to this website, its Content, or its services. You shall not trace, reverse lookup, decrypt, or decode any customer information on this website, including but not limited to the HUAWEI ID's of users other than yourself.</p> <p> You shall not violate any of the security mechanisms or authentication measures utilised by or linked to this website. You shall not probe, scan, or otherwise test for any network weaknesses of this website or those linked to it, nor launch any form of attack against it. </p> <p> You agree not to use any device, software, or programme to interfere or attempt to interfere with the regular operation of this website or any transactions performed on this website, or to interfere or attempt to interfere with the use of this website by others. You shall not undertake any actions that store unreasonable or disproportionate amounts of data on this website's infrastructure, system, or network, or on systems or networks that are linked to this website. </p> </div> </div> <div class="text-one-column__container js-one-column"> <div class="heading heading-04 text-one-column__block-title"> Account, Password and Security</div> <div class="text-one-column__block-text"> <p> You may need to register a HUAWEI ID or log in to your HUAWEI ID to access certain functions or services on this website. You accept full responsibility for protecting the confidentiality of your account information, including your password. You accept full responsibility for any and all actions that occur on or against your account in the event that you fail to maintain the security and confidentiality of said information. </p> <p> If you find that your account has irregularities or abnormalities, including but not limited to the password being changed or the account being logged in to or used by unauthorized persons, you should notify HUAWEI immediately. If your failure to maintain the confidentiality of your account information leads to your account being used by others, which further leads to damages to HUAWEI or other visitors to this website, you may be held liable for said damages. </p> <p> You shall not use other people's HUAWEI ID's at any time without the express permission of the account holder. If your failure to comply with this clause leads to personal damage or loss to yourself or others, HUAWEI will not assume responsibility for said losses. </p> </div> </div> <div class="text-one-column__container js-one-column"> <div class="heading heading-04 text-one-column__block-title"> External links</div> <div class="text-one-column__block-text"> <p>This website may contain links to independent third-party websites. Such links are provided only for the convenience of visitors to this website. HUAWEI does not give any express or implied guarantees regarding the Content, services, and information provided on linked websites, nor should these links be deemed as a recommendation or authorization by HUAWEI with regard to the linked websites. You can visit any and all of the linked websites entirely at your own discretion, however HUAWEI shall assume no responsibility for the outcome of any such interactions. </p> </div> </div> <div class="text-one-column__container js-one-column"> <div class="heading heading-04 text-one-column__block-title"> Privacy</div> <div class="text-one-column__block-text"> <p> This website is subject to HUAWEI's Privacy Policy, the details of which can be viewed by selecting "Privacy Policy" in the bar at the bottom of web pages on this website. </p> <p> It should be noted that the network link and data transmitted between yourself and this website are neither completely safe nor confidential, and it is possible that information and data you send to this website could be intercepted by others. HUAWEI is unable to guarantee the security and confidentiality of the network link and data transmitted between yourself and this website. </p> </div> </div> <div class="text-one-column__container js-one-column"> <div class="heading heading-04 text-one-column__block-title"> Reservation of Rights</div> <div class="text-one-column__block-text"> <p>HUAWEI reserves the right to perform the following actions at any time without giving notice:<br><br> 1. Suspend or terminate operation of, or access to, all or part of this website at any time, irrespective of the reason.<br> 2. Fix or alter all or part of the Content of this website as well as any applicable policies, terms, or clauses.<br> 3. Suspend operation of all or part of the website for the purposes of maintenance, alteration of errors, or other such changes at regular or irregular intervals. </p> </div> </div> <div class="text-one-column__container js-one-column"> <div class="heading heading-04 text-one-column__block-title"> Disclaimer</div> <div class="text-one-column__block-text"> <p> HUAWEI DOES NOT GUARANTEE THE AVAILABILITY, CONTINUITY, AND ACCESSIBILITY OF THIS WEBSITE, ITS CONTENT, OR ITS SERVICES. THIS WEBSITE AND ITS CONTENT ARE PROVIDED ON AN 'AS IS' BASIS. YOU, AS THE USER, BEAR ALL RESPONSIBILITIES FOR USAGE OF THIS WEBSITE AND ANY WEBSITE LINKED TO IT. SHOULD YOU FEEL DISSATISFIED WITH ALL OR ANY PART OF THIS WEBSITE, YOUR ONLY COURSE OF REMEDIAL ACTION IS TO STOP USING ALL OR PART OF THIS WEBSITE, AS LIMITATION OF REMEDIES CONSTITUTES PART OF YOUR AGREEMENT WITH HUAWEI WITH REGARD TO USAGE OF THIS WEBSITE. </p> <p> INFORMATION PUBLISHED ON THIS WEBSITE REGARDING TYPES OF PRODUCTS AND SERVICES AVAILABLE, INCLUDING BUT NOT LIMITED TO PRODUCT FUNCTIONS, CONFIGURATIONS, PARAMETERS, TECHNICAL STANDARDS, AND SERVICE CONTENT, MAY DIFFER BASED ON COUNTRY OR REGION. THE FUNCTIONS, CONFIGURATIONS, PARAMETERS, AND TECHNICAL STANDARDS OF ANY GIVEN PRODUCT MAY BE ADJUSTED AT DIFFERENT STAGES OF THAT PRODUCT'S LIFE CYCLE, AND IT MAY TAKE SOME TIME FOR HUAWEI TO UPDATE THE CORRESPONDING INFORMATION. THEREFORE, THERE MAY BE SOME VARIATIONS BETWEEN THE PRODUCT AND SERVICE INFORMATION YOU SEE ON THIS WEBSITE AND THE ACTUAL PRODUCT YOU PURCHASE OR PRODUCTS FOR SALE IN YOUR MARKET. HUAWEI DOES NOT GUARANTEE THE CORRECTNESS, COMPLETENESS, OR RELIABILITY OF THE CONTENT OF THIS WEBSITE. </p> </div> </div> <div class="text-one-column__container js-one-column"> <div class="heading heading-04 text-one-column__block-title"> Limitation of Liabilities</div> <div class="text-one-column__block-text"> <p>Except where forbidden by law, under all circumstances, HUAWEI will accept no responsibility for all indirect, derivative, incidental, collateral, or punitive damages that may be incurred from usage of this website, including but not limited to profit loss, even if HUAWEI is already aware of the potential risks.</p> <p>If your use of this website results in any form of damage or loss, the complete and maximum liability that HUAWEI and its partners assume shall not exceed the total sum of any subscription fees or similar fees related to your use of the services or functions of this website.</p> <p>Some legal jurisdictions do not allow for the limitation of liability. Therefore, the aforementioned restrictions may not be applicable to you.</p> </div> </div> <div class="text-one-column__container js-one-column"> <div class="heading heading-04 text-one-column__block-title"> Indemnity</div> <div class="text-one-column__block-text"> <p>In the event of any third-party request, loss, liability, proposition, or expense (including lawyer's fees) brought against HUAWEI arising from or relating to your usage of this website, you agree to compensate HUAWEI, its directors, employees, agents, partners and other licensed persons.</p> </div> </div> <div class="text-one-column__container js-one-column"> <div class="heading heading-04 text-one-column__block-title"> Independent Remedies</div> <div class="text-one-column__block-text"> <p>The clauses in Article 10 "Limitation of Liabilities" and Article 11 "Indemnity" of this Agreement take effect independently, even if it is determined that said articles and / or clauses are unable to fulfill the intended purpose or be enforced by law. Within the scope permitted by related effective laws, the limitations of liability stipulated in Article 10 and Article 11 herein shall be applied, irrespective of whether the loss is due to (1) breach of contract, (2) breach of guarantee, (3) errors or infringements, including negligence or misrepresentation, (4) strict liability, (5) or any other reasons</p> </div> </div> <div class="text-one-column__container js-one-column"> <div class="heading heading-04 text-one-column__block-title"> Feedback</div> <div class="text-one-column__block-text"> <p>Any feedback you provide on this website is regarded as non-confidential. HUAWEI reserves the right to freely use this information without limitation.</p> </div> </div> <div class="text-one-column__container js-one-column"> <div class="heading heading-04 text-one-column__block-title"> Breach of these Terms of Use</div> <div class="text-one-column__block-text"> <p>You agree that HUAWEI reserves the rights to terminate your access to this website and / or block you from visiting this website in the event that HUAWEI deems you to have breached any of these Terms of Use. If HUAWEI revokes your access to this website as a result of you having breached these Terms of Use, HUAWEI assumes no liability towards you or any third-party.</p> <p> You agree that HUAWEI can solely decide, without prior notification, to terminate your access to all or part of this website's functions, for reasons including but not limited to:<br><br> (1) In response to the requests of law enforcement agencies or other government institutions.<br> (2) In response to your own request. (If you request the deletion of your HUAWEI ID, you may be unable to access online shopping functions.)<br> (3) The suspension or major modification of this website or any of its services.<br> (4) Unforeseeable technical issues. </p> </div> </div> <div class="text-one-column__container js-one-column"> <div class="heading heading-04 text-one-column__block-title"> Applicable Laws and Jurisdiction</div> <div class="text-one-column__block-text"> <p>The establishment, enforcement, and interpretation of this Agreement, as well as the resolution of disputes related thereto, shall be subject to the laws of the People's Republic of China. </p> <p> The place of signing of this Agreement will be regarded as Longgang District in Shenzhen City in the People's Republic of China. Should any dispute arise with regard to the Content or execution of this Agreement, both parties should seek resolution thereof through amicable consultation. Should a settlement fail to be reached through consultation, either party may file a lawsuit with a court with jurisdiction in the place of signing. </p> </div> </div> <div class="text-one-column__container js-one-column"> <div class="heading heading-04 text-one-column__block-title"> Miscellaneous</div> <div class="text-one-column__block-text"> <p>These Terms of Use constitute the full Agreement between yourself and HUAWEI with regard to your usage of this website, and they replace any and all prior written or oral agreements between yourself and HUAWEI with regard to usage of this website. Notwithstanding the stipulations of other agreements signed between yourself and HUAWEI, HUAWEI will not accept any counter-offers with regard to these Terms of Use, and hereby expressly refuses all counter-offers. </p> <p> If HUAWEI fails to uphold or demand the strict execution of these Terms of Use, this should not be deemed as a waiver on the part of HUAWEI of any rights pertaining to the execution of these Terms of Use, or the Terms of Use themselves. No action taken between HUAWEI and yourself or a third-party should be deemed as an alteration to any of the stipulations of these Terms of Use. </p> </div> </div> </div> </div> </div> <link rel="stylesheet" href="/dam/content/dam/huawei-cbg-site/common/mkt/v4/legal/css/t10-text-one-column.css"> </div> </div> </div> </div> </div> </div> </div> </div> <div class="tabs__swiper-pagination swiper-pagination"></div> </div> </div> </div> </main> <link rel="stylesheet" href="/dam/content/dam/huawei-cbg-site/common/mkt/v4/legal/css/n05-tabs.css"> <script src="/dam/content/dam/huawei-cbg-site/common/mkt/v4/legal/js/n05-tabs.js"></script> <link rel="stylesheet" href="/dam/content/dam/huawei-cbg-site/common/mkt/v4/legal/css/n08-inpage-contents.css?1"> <script src="/dam/content/dam/huawei-cbg-site/common/mkt/v4/legal/js/n08-inpage-contents.js?1"></script> </div> </main> <div class="v4 iparsys-from-home-v4"> </div> <footer class="v4 n09-footer footer " data-component="n09-footer"> <div class="container"> <script type="application/ld+json"> {"@context":"http://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://consumer.huawei.com/sg/"},{"@type":"ListItem","position":2,"name":"Legal","item":"https://consumer.huawei.com/sg/legal/"},{"@type":"ListItem","position":3,"name":"Terms of Use","item":"https://consumer.huawei.com/sg/legal/terms-of-use/"}]} </script> <div class="breadcrumbs"> <ul class="breadcrumbs__list"> <li class="breadcrumbs__item"> <a class="breadcrumbs__link" title="Home" href="/sg/">Home</a> </li> <li class="breadcrumbs__item"> <span class="breadcrumbs__link">Legal</span> </li> <li class="breadcrumbs__item"> <span class="breadcrumbs__link">Terms of Use</span> </li> </ul> </div> <div class="usp-wrap"> </div> <div class="footer-links"> <div class="row"> <div class="col-xl-2 col-lg-4"> <div class="footer-links__block"> <div role="menuitem" aria-expanded="false" aria-haspopup="true" class="heading footer-links__title heading-06 js-footer-accordion-btn"> PRODUCTS </div> <ul class="footer-links__list"> <li class="footer-links__item"> <a title="Smartphone" data-title="Smartphone" dmpaLabel="" class="footer-links__link " href="/sg/phones/" target="" rel=""> Smartphone </a> </li> <li class="footer-links__item"> <a title="Wearable" data-title="Wearable" dmpaLabel="" class="footer-links__link " href="/sg/wearables/" target="" rel=""> Wearable </a> </li> <li class="footer-links__item"> <a title="PC" data-title="PC" dmpaLabel="" class="footer-links__link " href="/sg/laptops/" target="" rel=""> PC </a> </li> <li class="footer-links__item"> <a title="Tablet" data-title="Tablet" dmpaLabel="" class="footer-links__link " href="/sg/tablets/" target="" rel=""> Tablet </a> </li> <li class="footer-links__item"> <a title="Audio" data-title="Audio" dmpaLabel="" class="footer-links__link " href="/sg/headphones/" target="" rel=""> Audio </a> </li> <li class="footer-links__item"> <a title="EMUI" data-title="EMUI" dmpaLabel="" class="footer-links__link " href="/sg/emui/" target="" rel=""> EMUI </a> </li> </ul> </div> </div> <div class="col-xl-2 col-lg-4"> <div class="footer-links__block"> <div role="menuitem" aria-expanded="false" aria-haspopup="true" class="heading footer-links__title heading-06 js-footer-accordion-btn"> MOBILE SERVICES </div> <ul class="footer-links__list"> <li class="footer-links__item"> <a title="AppGallery" data-title="AppGallery" dmpaLabel="" class="footer-links__link " href="/sg/mobileservices/appgallery/" target="" rel=""> AppGallery </a> </li> <li class="footer-links__item"> <a title="HUAWEI Video" data-title="HUAWEI Video" dmpaLabel="" class="footer-links__link " href="/sg/mobileservices/video/" target="" rel=""> HUAWEI Video </a> </li> <li class="footer-links__item"> <a title="HUAWEI Themes" data-title="HUAWEI Themes" dmpaLabel="" class="footer-links__link " href="/sg/mobileservices/themes/" target="" rel=""> HUAWEI Themes </a> </li> <li class="footer-links__item"> <a title="HUAWEI Books" data-title="HUAWEI Books" dmpaLabel="" class="footer-links__link " href="/sg/mobileservices/books/" target="" rel=""> HUAWEI Books </a> </li> <li class="footer-links__item"> <a title="HUAWEI Music" data-title="HUAWEI Music" dmpaLabel="" class="footer-links__link " href="/sg/mobileservices/music/" target="" rel=""> HUAWEI Music </a> </li> <li class="footer-links__item"> <a title="HUAWEI ID" data-title="HUAWEI ID" dmpaLabel="" class="footer-links__link " href="/sg/mobileservices/id/" target="" rel=""> HUAWEI ID </a> </li> <li class="footer-links__item"> <a title="HUAWEI Mobile Cloud" data-title="HUAWEI Mobile Cloud" dmpaLabel="" class="footer-links__link " href="/sg/mobileservices/mobilecloud/" target="" rel=""> HUAWEI Mobile Cloud </a> </li> <li class="footer-links__item"> <a title="HUAWEI Member Center" data-title="HUAWEI Member Center" dmpaLabel="" class="footer-links__link " href="/sg/mobileservices/member-center/" target="" rel=""> HUAWEI Member Center </a> </li> <li class="footer-links__item"> <a title="HUAWEI Wallet" data-title="HUAWEI Wallet" dmpaLabel="" class="footer-links__link " href="/sg/mobileservices/huawei-pay/" target="" rel=""> HUAWEI Wallet </a> </li> <li class="footer-links__item"> <a title="HUAWEI Browser" data-title="HUAWEI Browser" dmpaLabel="" class="footer-links__link " href="/sg/mobileservices/browser/" target="" rel=""> HUAWEI Browser </a> </li> <li class="footer-links__item"> <a title="HUAWEI Health" data-title="HUAWEI Health" dmpaLabel="" class="footer-links__link " href="/sg/mobileservices/health/" target="" rel=""> HUAWEI Health </a> </li> <li class="footer-links__item"> <a title="HUAWEI Assistant·TODAY" data-title="HUAWEI Assistant·TODAY" dmpaLabel="" class="footer-links__link " href="/sg/mobileservices/assistant/" target="" rel=""> HUAWEI Assistant·TODAY </a> </li> <li class="footer-links__item"> <a title="Petal Maps" data-title="Petal Maps" dmpaLabel="" class="footer-links__link " href="/sg/mobileservices/petalmaps/" target="" rel=""> Petal Maps </a> </li> </ul> </div> </div> <div class="col-xl-2 col-lg-4"> <div class="footer-links__block"> <div role="menuitem" aria-expanded="false" aria-haspopup="true" class="heading footer-links__title heading-06 js-footer-accordion-btn"> SUPPORT </div> <ul class="footer-links__list"> <li class="footer-links__item"> <a title="Spare Part Price" data-title="Spare Part Price" dmpaLabel="" class="footer-links__link " href="/sg/support/sparepart-price/" target="" rel=""> Spare Part Price </a> </li> <li class="footer-links__item"> <a title="Warranty Period &amp; Support Service Query" data-title="Warranty Period &amp; Support Service Query" dmpaLabel="" class="footer-links__link " href="/sg/support/warranty-query/" target="" rel=""> Warranty Period &amp; Support Service Query </a> </li> <li class="footer-links__item"> <a title="Warranty Policy" data-title="Warranty Policy" dmpaLabel="" class="footer-links__link " href="/sg/support/warranty-policy/" target="" rel=""> Warranty Policy </a> </li> <li class="footer-links__item"> <a title="Service Center Location" data-title="Service Center Location" dmpaLabel="" class="footer-links__link " href="/sg/support/service-center/" target="" rel=""> Service Center Location </a> </li> <li class="footer-links__item"> <a title="HiSuite" data-title="HiSuite" dmpaLabel="" class="footer-links__link " href="https://consumer.huawei.com/en/support/hisuite/" target="_blank" rel="noopener noreferrer"> HiSuite </a> </li> <li class="footer-links__item"> <a title="Privacy Statement" data-title="Privacy Statement" dmpaLabel="" class="footer-links__link " href="/sg/support/service-privacy-notice/" target="" rel=""> Privacy Statement </a> </li> <li class="footer-links__item"> <a title="Repair Appointment" data-title="Repair Appointment" dmpaLabel="" class="footer-links__link " href="/sg/support/repair-appointment/" target="" rel=""> Repair Appointment </a> </li> </ul> </div> </div> <div class="col-xl-2 col-lg-4"> <div class="footer-links__block"> <div role="menuitem" aria-expanded="false" aria-haspopup="true" class="heading footer-links__title heading-06 js-footer-accordion-btn"> ABOUT HUAWEI </div> <ul class="footer-links__list"> <li class="footer-links__item"> <a title="About Us" data-title="About Us" dmpaLabel="" class="footer-links__link " href="/sg/about-us/" target="" rel=""> About Us </a> </li> <li class="footer-links__item"> <a title="HUAWEI Group" data-title="HUAWEI Group" dmpaLabel="" class="footer-links__link " href="https://www.huawei.com/en/" target="_blank" rel="noopener noreferrer"> HUAWEI Group </a> </li> <li class="footer-links__item"> <a title="HUAWEI Enterprise" data-title="HUAWEI Enterprise" dmpaLabel="" class="footer-links__link " href="https://e.huawei.com/en/" target="_blank" rel="noopener noreferrer"> HUAWEI Enterprise </a> </li> <li class="footer-links__item"> <a title="HUAWEI Carrier" data-title="HUAWEI Carrier" dmpaLabel="" class="footer-links__link " href="https://www.huawei.com/en/carrier/index.htm" target="_blank" rel="noopener noreferrer"> HUAWEI Carrier </a> </li> <li class="footer-links__item"> <a title="Join Us" data-title="Join Us" dmpaLabel="" class="footer-links__link " href="https://career.huawei.com/recruitment/?language=en" target="_blank" rel="noopener noreferrer"> Join Us </a> </li> <li class="footer-links__item"> <a title="Contact Us" data-title="Contact Us" dmpaLabel="" class="footer-links__link " href="/sg/contact-us/" target="" rel=""> Contact Us </a> </li> </ul> </div> </div></div> </div> <div class="contact"> <div class="row"> <div class="contact__block col-xl-4 col-md-6"> <div class="heading contact__title heading-06">Follow Us</div> <ul class="contact__social-links lazyload-target"> <li class="contact__social-item"> <a title="facebook" class="contact__social-link" data-social="facebook" href="https://www.facebook.com/HuaweiSingapore" target="_blank" rel="noopener"> <span class="icon icon-lazy" data-name="font-ico-facebook"> <span class="sr-only"></span> </span> </a> </li> <li class="contact__social-item"> <a title="youtube" class="contact__social-link" data-social="youtube" href="https://www.youtube.com/channel/UCu0PPsTkcyLbpVr8HUhxCLQ" target="_blank" rel="noopener"> <span class="icon icon-lazy" data-name="font-ico-youtube"> <span class="sr-only"></span> </span> </a> </li> </ul> </div> </div> </div> <div class="footer-legals"> <div class="row"> <div class="copyright col-xl-4 col-md-8"> <small class="copyright__text">Copyright © 1998-2025 Huawei Device Co., Ltd. All rights reserved.</small> </div> <div class="bottom-links col-xl-5"> <ul class="bottom-links__list"> <li class="bottom-links__item"> <a title="Site Map" class="bottom-links__link" href="/sg/sitemap/" target=""> Site Map </a> </li> <li class="bottom-links__item"> <a title="Terms Of Use" class="bottom-links__link" href="/sg/legal/terms-of-use/" target=""> Terms Of Use </a> </li> <li class="bottom-links__item"> <a title="Privacy Statement" class="bottom-links__link" href="/sg/privacy/privacy-statement-huawei/" target=""> Privacy Statement </a> </li> <li class="bottom-links__item"> <a title="Cookie" class="bottom-links__link" href="/sg/legal/cookie-policy/" target=""> Cookie </a> </li> </ul> </div> <div class="language-switcher col-xl-3 col-md-4 "> <a title="Singapore - English" class="language-switcher__link" href="https://consumer.huawei.com/en/worldwide/" target="_blank" rel="noopener noreferrer">Singapore - English</a> <a href="https://consumer.huawei.com/en/worldwide/" title="globe" target="_blank" rel="noopener noreferrer"> <span class="icon font-ico-globe"></span> </a> </div> <input type="hidden" id="is_editor" data-is-editor-mode="false" value="false"/> </div> </div> </div> </footer> <link rel="stylesheet" type="text/css" href="/content/.resources/.rc/huawei-cbg-site-lm-basic/webresources/mkt/etc/designs/huawei-cbg-site/clientlib-campaign-v4/external-link/css/external-link-popup-7e61aade917d7c113a912d36a383e9792a99f634e4fa2abb4c9e0a2d64b37d1d.min.css"/> <div class="disclaimer-popup-component"> <div class="disclaimer-popup-content"> <div class="close-svg"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> <circle cx="12" cy="12" r="12" /> <g transform="translate(2.101 12) rotate(-45)"> <rect width="14" height="2" rx="1" transform="translate(0 6)" fill="#fff" /> <rect width="14" height="2" rx="1" transform="translate(6 14) rotate(-90)" fill="#fff" /> </g> </svg> </div> <div class="disclaimer-popup-content-box"> <div class="disclaimer-popup-top"> <div class="disclaimer-popup-title">Leaving consumer.huawei.com</div> <div class="disclaimer-popup-description">After clicking the link, you will enter a third-party website. Huawei is not responsible and has no control over this third party website.</div> <div class="disclaimer-popup-link"></div> </div> <div class="disclaimer-popup-bottom"> <div class="disclaimer-popup-bottom-box"> <span class="btn disclaimer-popup-cancel-btn">Return</span> <span class="btn disclaimer-popup-continue-btn">Continue</span> </div> </div> </div> </div> </div> <script src="/content/.resources/.rc/huawei-cbg-site-lm-basic/webresources/mkt/etc/designs/huawei-cbg-site/clientlib-campaign-v4/external-link/js/external-link-popup-d015157eb61a9564c77522a100c05f42ce4c30be550dc3171f13a5afa7de9095.min.js"></script> <meta name="CBG_DOC_ID" content="SG_LEGAL_TERMS-OF-USE"/> <meta name="CBG_SITE_CODE" content="SG" /> <meta name="CBG_LANGUAGE_CODE" content="en-sg" /> <meta name="CBG_DOC_CATEGORY" content="consumer_privacy"/> <meta name="CBG_DOC_SUBCATEGORY" content=""/> <meta name="CBG_DOC_THIRDCATEGORY" content=""/> <meta name="CBG_DOC_TYPE" content=""/> <meta name="CBG_DRETITLE" content="Terms of Use"/> <meta name="CBG_DOC_KEYWORDS" content="terms of use"/> <meta name="CBG_DOC_DESCRIPTION" content="Read through our terms of use policies to gain a better understanding of your relationship with Huawei."/> <meta name="CBG_DOC_IMAGE" content=""/> <meta name="CBG_DREDATE" content="2024-08-03 15:22:44"/> <meta name="CBG_DOC_URL" content="https://consumer.huawei.com/sg/legal/terms-of-use/"/> <meta name="CBG_DOC_FILE" content=""/> <meta name="CBG_DOC_FILE_NAME" content=""/> <meta name="CBG_APPLICABLE_REGION" content="SG"/> <script src="/content/.resources/.rc/huawei-cbg-site-lm-basic/webresources/opensource/jquery-match-height/jquery.matchHeight-63b64e922dfd2dc0cfdd8523e4872c198d0a06191a24f7c6db9754131c24c33d.min.js"></script> <script src="/content/.resources/.rc/huawei-cbg-site-lm-basic/webresources/mkt/etc/designs/huawei-cbg-site/clientlib-campaign-v4/common-v4/js/base.built-fadd8a800fdaaa207eeea319ec097c518f4c716dd7e74953af0691045ec49412.min.js"></script> <script src="/content/.resources/.rc/huawei-cbg-site-lm-basic/webresources/mkt/etc/designs/huawei-cbg-site/clientlib-campaign-v4/common-v4/js/common-v4-6fa4d1b5debcabef9847ac4f3cab3ff5aeb2f8170640d5c6ee6bd6f9767a39ff.min.js"></script> <script src="/content/.resources/.rc/huawei-cbg-site-lm-basic/webresources/opensource/xss/xss-244c217657c33c5f0d2bdf9def91de58bf2003a5d7276587f537add9ce70909d.min.js"></script><input type="hidden" id="hide-spu-questionnaire" value="0"> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10