CINXE.COM
Privacy Statement - HUAWEI Global
<!DOCTYPE html> <!--[if lt IE 7 ]> <html lang="en" class="ie6"> <![endif]--> <!--[if IE 7 ]> <html lang="en" class="ie7"> <![endif]--> <!--[if IE 8 ]> <html lang="en" class="ie8"> <![endif]--> <!--[if IE 9 ]> <html lang="en" class="ie9"> <![endif]--> <!--[if (gt IE 9)|!(IE)]><!--> <html xml:lang="en" lang="en" prefix="og:http://ogp.me/ns#"> <!--<![endif]--> <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"/> <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="Huawei Device Co., Ltd. and its affiliates respect your privacy. We have developed a Privacy Policy that covers how we collect, use, disclose, protect, store and transfer your personal data. "/> <meta name="keywords" content="privacy policy"/> <meta name="GENERATOR" content=" 8.00.7601.19003"/> <meta name="robots" content="index,follow"/> <title>Privacy Statement - HUAWEI Global</title> <link rel="canonical" href="https://consumer.huawei.com/en/privacy/privacy-policy/"/> <script type="text/javascript">window.pageLoadStart = new Date().getTime();</script> <link rel="shortcut icon" href="/content/dam/huawei-cbg-site/common/huawei-logo.png" type="image/png"/> <link rel="icon" href="/content/dam/huawei-cbg-site/common/huawei-logo.png" type="image/png"/> <link rel="bookmark" href="/content/dam/huawei-cbg-site/common/huawei-logo.png" type="image/png"/> <link rel="stylesheet" href="/etc/designs/huawei-cbg-site/clientlib-campaign-v4/public-v4.min.933bfd4cdba04f744f896d4e609c01f7.css" type="text/css"> <link rel="stylesheet" href="/etc/designs/huawei-cbg-site/clientlib-campaign-v4/common-v4-nav-v2.min.52a7bc3ae89b8570c197f16193cda3d8.css" type="text/css"> <link rel="stylesheet" href="/etc/designs/huawei-cbg-site/clientlib-mkt/v5/common-header-v5.min.9df9f2985dfd1279e42f700288abae8d.css" type="text/css"> <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":{"appNum":"A59919963","siteCode":"en","staticResHost":"//consumer-res.huawei.com","isProd":false,"serviceGatewayPath":"https://sgw-sg.c.huawei.com/forward","gaiaPath":"//r.huaweistatic.com","ccpcApiKey":"DE","siteName":"Global (EN)","siteCodeForAPI":"worldwide","language":"en","pageName":"cbg:en:privacy:privacy-policy","uri":"/en/privacy/privacy-policy/","site":"cbg","countryCode":"EN","siteCode2":"en","isProductMiniSitePage":false,"knowledgeHost":"//consumer-tkb.huawei.com","isProductDetailPage":false,"publishedHost":"https://consumer.huawei.com","siteCurrency":"$"},"category":{"pageType":"privacy","subCategory1":"privacy-policy","primaryCategory":"privacy"}},"event":[]}; window.digitalData.page.pageInfo.currentHost = location.host; 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="/etc/designs/huawei-cbg-site/statics/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> <!-- 运动健康App联登 --> <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 #header-placeholder, .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 .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.integrationJsInterface || window.integrationJsInterfaceWebview || window.hicareJsInterface); } 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 = Boolean(true); var externalLinkWhitelist = "[\x22huawei.com\x22,\x22h5hosting\u002Ddrcn.dbankcdn.cn\x22,\x22vmall.com\x22,\x22dpd.pt\x22,\x22cn.biosenseclinic.com\x22,\x22contentcenter\u002Ddrcn.dbankcdn.com\x22,\x22css\u002Dcomplain\u002Ddrcn.platform.dbankcloud.cn\x22,\x22fancourier.ro\x22]" != '' ? JSON.parse("[\x22huawei.com\x22,\x22h5hosting\u002Ddrcn.dbankcdn.cn\x22,\x22vmall.com\x22,\x22dpd.pt\x22,\x22cn.biosenseclinic.com\x22,\x22contentcenter\u002Ddrcn.dbankcdn.com\x22,\x22css\u002Dcomplain\u002Ddrcn.platform.dbankcloud.cn\x22,\x22fancourier.ro\x22]") : []; </script> <script type="text/javascript"> var enableNewCookieCfg = Boolean(false); var cookieModeSetting = "noPromptMode"; var ctlAnalysisCookie = Boolean(); var ctlAdvertiseCookie = Boolean(); var enableDefaultCookieAccept = Boolean(); var pushForConsentTime = ""; var pushForConsentTimeNewMode = ""; // 分享于My Huawei App中打开 开关 var enableShareFeature = Boolean(true); // My Huawei App 下载页面地址配置项 var appDownloadLink = ""; // 是否启用 App 侧 FA 数据推送 var enableAppFa = Boolean(); // App 区域映射Json配置项 var appRegionMapperJsonStr = "[{\r\n \x22region\x22: \x22fr_FR\x22,\r\n \x22site\x22: \x22fr\x22\r\n }, {\r\n \x22region\x22: \x22en_GB\x22,\r\n \x22site\x22: \x22uk\x22\r\n }, {\r\n \x22region\x22: \x22de_DE\x22,\r\n \x22site\x22: \x22de\x22\r\n }, {\r\n \x22region\x22: \x22it_IT\x22,\r\n \x22site\x22: \x22it\x22\r\n }, {\r\n \x22region\x22: \x22es_ES\x22,\r\n \x22site\x22: \x22es\x22\r\n }, {\r\n \x22region\x22: \x22nl_NL\x22,\r\n \x22site\x22: \x22nl\x22\r\n }, {\r\n \x22region\x22: \x22ja_JP\x22,\r\n \x22site\x22: \x22jp\x22\r\n }, {\r\n \x22region\x22: \x22en_PH\x22,\r\n \x22site\x22: \x22ph\x22\r\n }, {\r\n \x22region\x22: \x22zh_CN\x22,\r\n \x22site\x22: \x22cn\x22\r\n }, {\r\n \x22region\x22: \x22en_ZA\x22,\r\n \x22site\x22: \x22za\x22\r\n }, {\r\n \x22region\x22: \x22pl_PL\x22,\r\n \x22site\x22: \x22pl\x22\r\n }, {\r\n \x22region\x22: \x22ru_RU\x22,\r\n \x22site\x22: \x22ru\x22\r\n }, {\r\n \x22region\x22: \x22th_TH\x22,\r\n \x22site\x22: \x22th\x22\r\n }, {\r\n \x22region\x22: \x22cs_CZ\x22,\r\n \x22site\x22: \x22cz\x22\r\n }, {\r\n \x22region\x22: \x22ro_RO\x22,\r\n \x22site\x22: \x22ro\x22\r\n }, {\r\n \x22region\x22: \x22tr_TR\x22,\r\n \x22site\x22: \x22tr\x22\r\n }, {\r\n \x22region\x22: \x22es_PE\x22,\r\n \x22site\x22: \x22pe\x22\r\n }, {\r\n \x22region\x22: \x22pt_PT\x22,\r\n \x22site\x22: \x22pt\x22\r\n }, {\r\n \x22region\x22: \x22ar_AE\x22,\r\n \x22site\x22: \x22ae\x22\r\n }, {\r\n \x22region\x22: \x22en_AE\x22,\r\n \x22site\x22: \x22ae_en\x22\r\n }, {\r\n \x22region\x22: \x22ar_EG\x22,\r\n \x22site\x22: \x22eg\x22\r\n }, {\r\n \x22region\x22: \x22en_EG\x22,\r\n \x22site\x22: \x22eg_en\x22\r\n }, {\r\n \x22region\x22: \x22ar_SA\x22,\r\n \x22site\x22: \x22sa\x22\r\n }, {\r\n \x22region\x22: \x22en_SA\x22,\r\n \x22site\x22: \x22sa_en\x22\r\n }, {\r\n \x22region\x22: \x22es_CL\x22,\r\n \x22site\x22: \x22cl\x22\r\n }, {\r\n \x22region\x22: \x22es_MX\x22,\r\n \x22site\x22: \x22mx\x22\r\n }, {\r\n \x22region\x22: \x22es_CO\x22,\r\n \x22site\x22: \x22co\x22\r\n }, {\r\n \x22region\x22: \x22en_MY\x22,\r\n \x22site\x22: \x22my\x22\r\n }, {\r\n \x22region\x22: \x22id_ID\x22,\r\n \x22site\x22: \x22id\x22\r\n }, {\r\n \x22region\x22: \x22en_AU\x22,\r\n \x22site\x22: \x22au\x22\r\n }, {\r\n \x22region\x22: \x22de_CH\x22,\r\n \x22site\x22: \x22ch\x22\r\n }, {\r\n \x22region\x22: \x22fr_CH\x22,\r\n \x22site\x22: \x22ch_fr\x22\r\n }, {\r\n \x22region\x22: \x22nl_BE\x22,\r\n \x22site\x22: \x22be\x22\r\n }, {\r\n \x22region\x22: \x22fr_BE\x22,\r\n \x22site\x22: \x22be_fr\x22\r\n }, {\r\n \x22region\x22: \x22en_KH\x22,\r\n \x22site\x22: \x22kh\x22\r\n }, {\r\n \x22region\x22: \x22my_MM\x22,\r\n \x22site\x22: \x22mm\x22\r\n }, {\r\n \x22region\x22: \x22en_MM\x22,\r\n \x22site\x22: \x22mm\x22\r\n }, {\r\n \x22region\x22: \x22vi_VN\x22,\r\n \x22site\x22: \x22vn\x22\r\n }, {\r\n \x22region\x22: \x22en_SG\x22,\r\n \x22site\x22: \x22sg\x22\r\n }, {\r\n \x22region\x22: \x22es_PY\x22,\r\n \x22site\x22: \x22py\x22\r\n }, {\r\n \x22region\x22: \x22es_PA\x22,\r\n \x22site\x22: \x22pa\x22\r\n }, {\r\n \x22region\x22: \x22es_BO\x22,\r\n \x22site\x22: \x22bo\x22\r\n }, {\r\n \x22region\x22: \x22es_EC\x22,\r\n \x22site\x22: \x22ec\x22\r\n }, {\r\n \x22region\x22: \x22es_HN\x22,\r\n \x22site\x22: \x22hn\x22\r\n }, {\r\n \x22region\x22: \x22es_GT\x22,\r\n \x22site\x22: \x22gt\x22\r\n }, {\r\n \x22region\x22: \x22es_CR\x22,\r\n \x22site\x22: \x22cr\x22\r\n }, {\r\n \x22region\x22: \x22es_UY\x22,\r\n \x22site\x22: \x22uy\x22\r\n }, {\r\n \x22region\x22: \x22sk_SK\x22,\r\n \x22site\x22: \x22sk\x22\r\n }, {\r\n \x22region\x22: \x22en_MU\x22,\r\n \x22site\x22: \x22mu\x22\r\n }, {\r\n \x22region\x22: \x22ar_JO\x22,\r\n \x22site\x22: \x22jo\x22\r\n }, {\r\n \x22region\x22: \x22ar_BH\x22,\r\n \x22site\x22: \x22bh_ar\x22\r\n }, {\r\n \x22region\x22: \x22en_BH\x22,\r\n \x22site\x22: \x22bh\x22\r\n }, {\r\n \x22region\x22: \x22ar_KW\x22,\r\n \x22site\x22: \x22kw\x22\r\n }, {\r\n \x22region\x22: \x22en_KW\x22,\r\n \x22site\x22: \x22kw_en\x22\r\n }, {\r\n \x22region\x22: \x22en_GH\x22,\r\n \x22site\x22: \x22gh\x22\r\n }, {\r\n \x22region\x22: \x22ar_QA\x22,\r\n \x22site\x22: \x22qa_ar\x22\r\n }, {\r\n \x22region\x22: \x22en_QA\x22,\r\n \x22site\x22: \x22qa\x22\r\n }, {\r\n \x22region\x22: \x22en_NG\x22,\r\n \x22site\x22: \x22ng\x22\r\n }, {\r\n \x22region\x22: \x22en_IE\x22,\r\n \x22site\x22: \x22ie\x22\r\n }, {\r\n \x22region\x22: \x22ar_DZ\x22,\r\n \x22site\x22: \x22dz_ar\x22\r\n }, {\r\n \x22region\x22: \x22fr_DZ\x22,\r\n \x22site\x22: \x22dz\x22\r\n }, {\r\n \x22region\x22: \x22en_KE\x22,\r\n \x22site\x22: \x22ke\x22\r\n }, {\r\n \x22region\x22: \x22en_LB\x22,\r\n \x22site\x22: \x22lb\x22\r\n }, {\r\n \x22region\x22: \x22ar_TN\x22,\r\n \x22site\x22: \x22tn_ar\x22\r\n }, {\r\n \x22region\x22: \x22fr_TN\x22,\r\n \x22site\x22: \x22tn\x22\r\n }, {\r\n \x22region\x22: \x22ar_IQ\x22,\r\n \x22site\x22: \x22iq_ar\x22\r\n }, {\r\n \x22region\x22: \x22en_IQ\x22,\r\n \x22site\x22: \x22iq\x22\r\n }, {\r\n \x22region\x22: \x22ar_OM\x22,\r\n \x22site\x22: \x22om_ar\x22\r\n }, {\r\n \x22region\x22: \x22en_OM\x22,\r\n \x22site\x22: \x22om\x22\r\n }, {\r\n \x22region\x22: \x22en_IN\x22,\r\n \x22site\x22: \x22in\x22\r\n }, {\r\n \x22region\x22: \x22en_PK\x22,\r\n \x22site\x22: \x22pk\x22\r\n }, {\r\n \x22region\x22: \x22ar_MA\x22,\r\n \x22site\x22: \x22ma_ar\x22\r\n }, {\r\n \x22region\x22: \x22fr_MA\x22,\r\n \x22site\x22: \x22ma\x22\r\n }, {\r\n \x22region\x22: \x22sr_RS\x22,\r\n \x22site\x22: \x22rs\x22\r\n }, {\r\n \x22region\x22: \x22hu_HU\x22,\r\n \x22site\x22: \x22hu\x22\r\n }, {\r\n \x22region\x22: \x22de_AT\x22,\r\n \x22site\x22: \x22at\x22\r\n }, {\r\n \x22region\x22: \x22hr_HR\x22,\r\n \x22site\x22: \x22hr\x22\r\n }, {\r\n \x22region\x22: \x22el_CY\x22,\r\n \x22site\x22: \x22cy\x22\r\n }, {\r\n \x22region\x22: \x22sl_SI\x22,\r\n \x22site\x22: \x22si\x22\r\n }, {\r\n \x22region\x22: \x22el_GR\x22,\r\n \x22site\x22: \x22gr\x22\r\n }, {\r\n \x22region\x22: \x22uk_UA\x22,\r\n \x22site\x22: \x22ua\x22\r\n }, {\r\n \x22region\x22: \x22bg_BG\x22,\r\n \x22site\x22: \x22bg\x22\r\n }, {\r\n \x22region\x22: \x22en_BD\x22,\r\n \x22site\x22: \x22bd\x22\r\n }, {\r\n \x22region\x22: \x22zh_tw_HK\x22,\r\n \x22site\x22: \x22hk\x22\r\n }, {\r\n \x22region\x22: \x22en_NZ\x22,\r\n \x22site\x22: \x22nz\x22\r\n }, {\r\n \x22region\x22: \x22es_SV\x22,\r\n \x22site\x22: \x22sv\x22\r\n }, {\r\n \x22region\x22: \x22pt_BR\x22,\r\n \x22site\x22: \x22br\x22\r\n }, {\r\n \x22region\x22: \x22es_DO\x22,\r\n \x22site\x22: \x22do\x22\r\n }, {\r\n \x22region\x22: \x22es_AR\x22,\r\n \x22site\x22: \x22ar\x22\r\n }, {\r\n \x22region\x22: \x22ru_BE\x22,\r\n \x22site\x22: \x22by\x22\r\n }, {\r\n \x22region\x22: \x22ru_KZ\x22,\r\n \x22site\x22: \x22kz\x22\r\n }, {\r\n \x22region\x22: \x22ru_UZ\x22,\r\n \x22site\x22: \x22uz\x22\r\n }, {\r\n \x22region\x22: \x22en_LK\x22,\r\n \x22site\x22: \x22lk\x22\r\n }, {\r\n \x22region\x22: \x22en_CA\x22,\r\n \x22site\x22: \x22ca\x22\r\n }, {\r\n \x22region\x22: \x22fr_CA\x22,\r\n \x22site\x22: \x22ca_fr\x22\r\n }, {\r\n \x22region\x22: \x22bs_BA\x22,\r\n \x22site\x22: \x22ba\x22\r\n }, {\r\n \x22region\x22: \x22ro_MD\x22,\r\n \x22site\x22: \x22md\x22\r\n }, {\r\n \x22region\x22: \x22he_IL\x22,\r\n \x22site\x22: \x22il\x22\r\n }, {\r\n \x22region\x22: \x22mk_MK\x22,\r\n \x22site\x22: \x22mk\x22\r\n }, {\r\n \x22region\x22: \x22fi_FI\x22,\r\n \x22site\x22: \x22fi\x22\r\n }, {\r\n \x22region\x22: \x22da_DK\x22,\r\n \x22site\x22: \x22dk\x22\r\n }, {\r\n \x22region\x22: \x22no_NO\x22,\r\n \x22site\x22: \x22no\x22\r\n }, {\r\n \x22region\x22: \x22et_EE\x22,\r\n \x22site\x22: \x22ee\x22\r\n }, {\r\n \x22region\x22: \x22ru_EE\x22,\r\n \x22site\x22: \x22ee\x22\r\n }, {\r\n \x22region\x22: \x22lv_LV\x22,\r\n \x22site\x22: \x22lv\x22\r\n }, {\r\n \x22region\x22: \x22ru_LV\x22,\r\n \x22site\x22: \x22lv\x22\r\n }, {\r\n \x22region\x22: \x22lt_LT\x22,\r\n \x22site\x22: \x22lt\x22\r\n }, {\r\n \x22region\x22: \x22sv_SE\x22,\r\n \x22site\x22: \x22se\x22\r\n }\r\n]"; </script> <script type="text/javascript"> var supportv2 = {}; supportv2["toCApiUrl"] = "https:\/\/itrinity\u002Dde.c.huawei.com"; supportv2["captchaServiceDomain"] = "csc\u002Dadapter\u002Ddre.security.dbankcloud.com"; supportv2["apiBaseUrl"] = "https:\/\/ccpce\u002Dde.consumer.huawei.com\/ccpcmd\/services\/dispatch\/secured\/CCPC\/EN"; supportv2["captchaUrl"] = "contentcenter\u002Ddre.dbankcdn.com\/pub_1\/cscaptcha_captcha_900_9\/b\/v3\/netease"; supportv2["supportApiUrl"] = "https:\/\/consumer.huawei.com\/support"; supportv2["ccpcServiceGatewayUrl"] = ""; supportv2["cmktApiUrl"] = "https:\/\/consumer\u002Dapi\u002Dsg.huawei.com\/cuepf"; supportv2["casUrl"] = "https:\/\/id5.cloud.huawei.com\/CAS"; supportv2["logisticcode"] = ""; supportv2["knowledgeLangCode"] = ""; supportv2["knowledgeCountry"] = ""; supportv2["productCategoryMapping"] = "[{\x22deviceProductLv2Id\x22:\x22CMCG10000002\x22,\x22categoryNameKey\x22:\x22Phones\x22,\x22majorProductCode\x22:\x22CMCG10000160,CMCG10000014,CMCG10000059,CMCG10000013,CMCG10000056,CMCG10000057,CMCG10000051,CMCG10000016,CMCG10000052,CMCG10000054,CMCG10000055,CMCG10000058,CMCG10000017,CMCG10000015,CMCG10000053\x22,\x22picUrl\x22:\x22\/content\/dam\/huawei\u002Dcbg\u002Dsite\/greate\u002Dchina\/cn\/support\/support\u002Dv3\/warranty\u002Dquery\/phones.svg\x22,\x22deviceCenterMajorName\x22:\x22Phones\x22},{\x22deviceProductLv2Id\x22:\x22CMCG10000003\x22,\x22categoryNameKey\x22:\x22Tablets\x22,\x22majorProductCode\x22:\x22CMCG10000018,CMCG10000019,CMCG10000061,CMCG10000060\x22,\x22picUrl\x22:\x22\/content\/dam\/huawei\u002Dcbg\u002Dsite\/greate\u002Dchina\/cn\/support\/support\u002Dv3\/warranty\u002Dquery\/tablets.svg\x22,\x22deviceCenterMajorName\x22:\x22Tablets\x22},{\x22deviceProductLv2Id\x22:\x22CMCG10000240\x22,\x22categoryNameKey\x22:\x22Vision\x22,\x22majorProductCode\x22:\x22CMCG10000920,CMCG10000280,CMCG10000922,CMCG10000941,CMCG10000980,CMCG10000940,CMCG10001000,CMCG10000921,CMCG10000300\x22,\x22picUrl\x22:\x22\/content\/dam\/huawei\u002Dcbg\u002Dsite\/greate\u002Dchina\/cn\/support\/support\u002Dv3\/warranty\u002Dquery\/visions.svg\x22,\x22deviceCenterMajorName\x22:\x22Vision\x22},{\x22deviceProductLv2Id\x22:\x22CMCG10000005\x22,\x22categoryNameKey\x22:\x22Wearables\x22,\x22majorProductCode\x22:\x22CMCG10000021,CMCG10000022,CMCG10000023,CMCG10000063,CMCG10000062\x22,\x22picUrl\x22:\x22\/content\/dam\/huawei\u002Dcbg\u002Dsite\/greate\u002Dchina\/cn\/support\/support\u002Dv3\/warranty\u002Dquery\/wearables.svg\x22,\x22deviceCenterMajorName\x22:\x22Wearables\x22},{\x22deviceProductLv2Id\x22:\x22CMCG10000004\x22,\x22categoryNameKey\x22:\x22Laptops\x22,\x22majorProductCode\x22:\x22CMCG10000620,CMCG10000400,CMCG10000383,CMCG10000401,CMCG10000020,CMCG10000384,CMCG10000402,CMCG10000121,CMCG10000345\x22,\x22picUrl\x22:\x22\/content\/dam\/huawei\u002Dcbg\u002Dsite\/greate\u002Dchina\/cn\/support\/support\u002Dv3\/warranty\u002Dquery\/laptops.svg\x22,\x22deviceCenterMajorName\x22:\x22Laptops\x22},{\x22deviceProductLv2Id\x22:\x22CMCG10000006\x22,\x22categoryNameKey\x22:\x22Smart home\x22,\x22majorProductCode\x22:\x22CMCG10000029,CMCG10000200,CMCG10000027,CMCG10000075,CMCG10000180,CMCG10000065,CMCG10000220,CMCG10000026,CMCG10000064,CMCG10000025,CMCG10000820,CMCG10000221,CMCG10000024,CMCG10000028,CMCG10000031,CMCG10000030\x22,\x22picUrl\x22:\x22\/content\/dam\/huawei\u002Dcbg\u002Dsite\/greate\u002Dchina\/cn\/support\/support\u002Dv3\/warranty\u002Dquery\/homes.svg\x22,\x22deviceCenterMajorName\x22:\x22Smart home\x22},{\x22deviceProductLv2Id\x22:\x22CMCG10000010\x22,\x22categoryNameKey\x22:\x22Accessories\x22,\x22majorProductCode\x22:\x22CMCG10000037,CMCG10000036,CMCG10000038,CMCG10000034,CMCG10000035,CMCG10000067,CMCG10000070,CMCG10000068,CMCG10000069,CMCG10000066\x22,\x22picUrl\x22:\x22\/content\/dam\/huawei\u002Dcbg\u002Dsite\/greate\u002Dchina\/cn\/support\/support\u002Dv3\/warranty\u002Dquery\/accessories.svg\x22,\x22deviceCenterMajorName\x22:\x22Accessories\x22},{\x22deviceProductLv2Id\x22:\x22CMCG10000340\x22,\x22categoryNameKey\x22:\x22Monitors\x22,\x22majorProductCode\x22:\x22CMCG10000381,CMCG10000382\x22,\x22picUrl\x22:\x22\/content\/dam\/huawei\u002Dcbg\u002Dsite\/greate\u002Dchina\/cn\/support\/support\u002Dv3\/warranty\u002Dquery\/monitors.svg\x22,\x22deviceCenterMajorName\x22:\x22Monitors\x22},{\x22deviceProductLv2Id\x22:\x22CMCG10000360\x22,\x22categoryNameKey\x22:\x22Desktops\x22,\x22majorProductCode\x22:\x22CMCG10000342,CMCG10000420,CMCG10000380,CMCG10000361\x22,\x22picUrl\x22:\x22\/content\/dam\/huawei\u002Dcbg\u002Dsite\/greate\u002Dchina\/cn\/support\/support\u002Dv3\/warranty\u002Dquery\/desktops.svg\x22,\x22deviceCenterMajorName\x22:\x22Desktops\x22},{\x22deviceProductLv2Id\x22:\x22CMCG10000760\x22,\x22categoryNameKey\x22:\x22Smart office\x22,\x22majorProductCode\x22:\x22CMCG10000761,CMCG10000780\x22,\x22picUrl\x22:\x22\/content\/dam\/huawei\u002Dcbg\u002Dsite\/greate\u002Dchina\/cn\/support\/support\u002Dv3\/warranty\u002Dquery\/printers.svg\x22,\x22deviceCenterMajorName\x22:\x22Smart office\x22}]"; supportv2["myDeviceI18nValue"] = "My device"; 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"] = ""; mktConfig["uumApi"] = "https:\/\/itrinity\u002Dsg.c.huawei.com"; mktConfig["sgwApi"] = (window.digitalData && window.digitalData.page.pageInfo.serviceGatewayPath) ? window.digitalData.page.pageInfo.serviceGatewayPath : "https:\/\/sgw\u002Dsg.c.huawei.com\/forward"; </script> <input type="hidden" id="month_txt" value="month txt"/> <input type="hidden" id="underageTips"/> <script type="text/javascript" src="/etc/designs/huawei-cbg-site/clientlib-campaign-v4/public-v4.min.e1a73dfce494445d621ad62e33e3187e.js"></script> <meta name="format-detection" content="telephone=no"/> <script type="text/javascript"> // 站点 var siteCode = window.digitalData ? window.digitalData.page.pageInfo.siteCode2 : ''; var ec_siteCode = window.digitalData ? window.digitalData.page.pageInfo.siteCode2 : ''; var isECommerceSite = "None"; isECommerceSite = isECommerceSite ? isECommerceSite : "None"; var apiHost = ""; var loginApiHost = ""; var upPersonalCenterLink = ""; var loginLink = ""; // 价格货币展示:货币代码 var ecCurrencyCode = ""; // 价格货币展示:货币符号位置处理 var putCurrencyFront = "true" !== '' ? JSON.parse("true") : true; // 价格货币展示:from显示与否 var showFrom = Boolean(false); // 价格货币展示:from文本位置 var putFromFront = Boolean(true); // 价格货币展示:千位分隔符 var thousandSeparator = ""; // 价格货币展示:小数点 var decimalPoint = ""; // 价格货币展示:是否显示小数 var showDecimal = Boolean(true); var showIntegerDecimal = Boolean(true); // 价格货币展示:是否空格隔开 var showCurrencySpace = Boolean(true); // 时区 var ecTimezone = "none"; // vmall登出接口 var vmallLogoutAPI = ""; // vmall需登录图片,用来拉起登录 var vmallLoginImgUrl = ""; // RRP var enableRRP = Boolean(false); var RRPText = ""; if (enableRRP) { RRPText = ""; } var enableScribes = Boolean(true); var rrpTips = ""; var enableShowSave = Boolean(true); var saveText = ""; // trade in开关(目前只针对PLP页,其他由中台控制) var enableTradeIn = Boolean(false); // 开启分期显示配置 var enableInstallmentCfg = Boolean(false); // 显示免息文本 var enableInterestFree = Boolean(false); // 免息文本 var interestFreeText = ""; // 分期左文本 var insatallmentLeftText = ""; // 分期右文本 var insatallmentRightText = ""; // 分期显示格式 var installmentDispType = "numberAndAmount"; // APP DMPA开关 var enableAppDmpa = Boolean(false); // 运动健康内强制登录开关 var enableUnitedLoginForHealth = Boolean(false); </script> <input id="is-edit-mode" type="hidden" value="false"/> <input type="hidden" id="offer-page-type" value="default"/> <input type="hidden" id="offer-home-page"/> <input type="hidden" id="aem-run-mode" value="prod"/> </head> <body class="huawei-v4 huawei-en page-name-privacy-policy "> <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">Privacy Statement</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="/en/legal/cookie-policy/" 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 nav-v2" id="header-placeholder"></div> <div class="v4 header slide-down-corporation nav-v2" id="header-v4" data-component="header"> <div id="topTipsBox" class="top-tips-box"> <div class="ip-jump-wrap"></div> </div> <div class="v4 n04-platform-selection platform-selection nav-v2" data-component="n04-platform-selection"> <button aria-haspopup="true" role="button" aria-expanded="false" class="platform-selection__toggle js-platform-toggle" type="button"> Consumer <span class="icon font-ico-arrow-down"></span> </button> <div class="platform-selection__content"> <div class="container"> <button class="icon-close"> <span class="sr-only">Close</span> </button> <div class="platform-selection__items row"> <div class="platform-selection__item col-md-6 col-lg-3"> <a title="Consumer" class="platform-selection__link platform-selection__link--active" target="_blank" rel="noopener noreferrer" data-bgname="Consumer"> Consumer<span class="icon font-ico-arrow-down"></span> </a> <p class="platform-selection__item-content">Smartphones, Laptops & Tablets, Wearables and More</p> </div> <div class="platform-selection__item col-md-6 col-lg-3"> <a title="Corporate" class="platform-selection__link platform-selection__link" target="_blank" rel="noopener noreferrer" data-bgname="Corporate" href="https://www.huawei.com/en/?ic_medium=hwdc&ic_source=cbg_header_corp"> Corporate<span class="icon font-ico-arrow-down"></span> </a> <p class="platform-selection__item-content">About Huawei, Press&Event, and More</p> </div> <div class="platform-selection__item col-md-6 col-lg-3"> <a title="Enterprise" class="platform-selection__link platform-selection__link" target="_blank" rel="noopener noreferrer" data-bgname="Enterprise" href="https://e.huawei.com/en/?ic_medium=hwdc&ic_source=cbg_header_ent"> Enterprise<span class="icon font-ico-arrow-down"></span> </a> <p class="platform-selection__item-content">Products, Solutions and Services for Enterprise</p> </div> <div class="platform-selection__item col-md-6 col-lg-3"> <a title="Carrier" class="platform-selection__link platform-selection__link" target="_blank" rel="noopener noreferrer" data-bgname="Carrier" href="https://carrier.huawei.com/en/?ic_medium=hwdc&ic_source=cbg_header_car"> Carrier<span class="icon font-ico-arrow-down"></span> </a> <p class="platform-selection__item-content">Products, Solutions and Services for Carrier</p> </div> </div> </div> </div> </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="/en/" data-navicon="logo"> <img src="/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="/en/phones/">Smartphone</a> </li> <li class="main-nav__item "> <a title="Wearable" data-navicon="Wearable" class="main-nav__link unhover" href="/en/wearables/">Wearable</a> </li> <li class="main-nav__item "> <a title="PC" data-navicon="PC" class="main-nav__link unhover" href="/en/laptops/">PC</a> </li> <li class="main-nav__item "> <a title="Tablet" data-navicon="Tablet" class="main-nav__link unhover" href="/en/tablets/">Tablet</a> </li> <li class="main-nav__item "> <a title="Audio" data-navicon="Audio" class="main-nav__link unhover" href="/en/audio/">Audio</a> </li> <li class="main-nav__item "> <a title="Router" data-navicon="Router" class="main-nav__link unhover" href="/en/routers/">Router</a> </li> <li class="main-nav__item "> <a title="HUAWEI Mobile Services" data-navicon="HUAWEI Mobile Services" class="main-nav__link unhover" href="/en/mobileservices/">HUAWEI Mobile Services</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="/en/support/">Support</a> </li> <li class="main-nav__item "> <a title="Community" data-navicon="Community" class="main-nav__link unhover" href="/en/community/">Community</a> </li> <li class="main-nav__item "> <a title="Business" data-navicon="Business" class="main-nav__link unhover" href="/en/business/">Business</a> </li> </ul> </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> <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 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 WATCH GT 5 Pro" href="/en/wearables/watch-gt5-pro/"> <div class="dropdown__holder"> <img class="dropdown__image-centered" data-src="/content/dam/huawei-cbg-site/common/mkt/pdp/admin-image/wearables/watch-gt5-pro/list/list-46mm-black.png" alt="HUAWEI WATCH GT 5 Pro" onerror="imgErrorUrl(this)"/> </div> </a> <div> <a class="heading dropdown__series-link search-popular-product-link" data-position="1" title="HUAWEI WATCH GT 5 Pro" href="/en/wearables/watch-gt5-pro/"> HUAWEI WATCH GT 5 Pro </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 WATCH Ultimate" href="/en/wearables/watch-ultimate/"> <div class="dropdown__holder"> <img class="dropdown__image-centered" data-src="/content/dam/huawei-cbg-site/common/mkt/pdp/wearables/watch-ultimate/new/list/green.png" alt="HUAWEI WATCH Ultimate" onerror="imgErrorUrl(this)"/> </div> </a> <div> <a class="heading dropdown__series-link search-popular-product-link" data-position="2" title="HUAWEI WATCH Ultimate" href="/en/wearables/watch-ultimate/"> HUAWEI WATCH Ultimate </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 MatePad Pro 12.2-inch" href="/en/tablets/matepad-pro-12-2/"> <div class="dropdown__holder"> <img class="dropdown__image-centered" data-src="/content/dam/huawei-cbg-site/common/mkt/pdp/admin-image/tablets/matepad-pro-12-2/list/list-gold.png" alt="HUAWEI MatePad Pro 12.2-inch" onerror="imgErrorUrl(this)"/> </div> </a> <div> <a class="heading dropdown__series-link search-popular-product-link" data-position="3" title="HUAWEI MatePad Pro 12.2-inch" href="/en/tablets/matepad-pro-12-2/"> HUAWEI MatePad Pro 12.2-inch </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="Smartphone" class="search-quick-link" href="/en/phones/">Smartphone</a> </div> <div class="col-sm-4 link-list"> <a title="Wearable" class="search-quick-link" href="/en/wearables/">Wearable</a> </div> <div class="col-sm-4 link-list"> <a title="PC" class="search-quick-link" href="/en/laptops/">PC</a> </div> <div class="col-sm-4 link-list"> <a title="Tablet" class="search-quick-link" href="/en/tablets/">Tablet</a> </div> <div class="col-sm-4 link-list"> <a title="Audio" class="search-quick-link" href="/en/audio/">Audio</a> </div> <div class="col-sm-4 link-list"> <a title="Router" class="search-quick-link" href="/en/routers/">Router</a> </div> <div class="col-sm-4 link-list"> <a title="HUAWEI Mobile Services" class="search-quick-link" href="/en/mobileservices/">HUAWEI Mobile Services</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"> <div class="required-category"> </div> <div class="analysis-category"> </div> <div class="advertise-category"> </div> <div class="function-category"> </div> <div class="unknown-category"> </div> </div> <script type="text/javascript" src="/etc/designs/huawei-cbg-site/clientlib-campaign-v4/cookie-package-controller.min.15403c221f9cb150d5c5037427d9507c.js" defer></script> <!-- 隐私协议popup配置项 --> <input type="hidden" id="privacy-popup-switch"/> <input type="hidden" id="privacy-popup-title"/> <input type="hidden" id="privacy-popup-ids"/> <input type="hidden" id="privacy-language-code" value="en-GB"/> <input type="hidden" id="privacy-popup-content"/> <input type="hidden" id="privacy-popup-agree"/> <input type="hidden" id="privacy-popup-checkNote"/> <input type="hidden" id="privacy-popup-remark"/> <input type="hidden" id="privacy-popup-agreeText"/> <input type="hidden" id="privacy-popup-rejectText"/> <input type="hidden" id="privacy-close-i18n" value="Close"/> <input type="hidden" id="privacy-errortip-i18n" value="privacy_fetch_error_tip"/> <script> // 隐私协议总开关 var privacyPopupSwitch = Boolean(); var privacyButtonLineStyle = Boolean(false); </script> <main class="v4 main"> <div class="second-navigation"> <div class="v4 n06-second-navigation" id="second-navigation-v4" data-component="n06-second-navigation"> <div class="product-tabs-wrap container"> <div class="product-tabs__heading"> <div class="product-tabs__title body-medium"> <ul class="product-link-container"> <li class="product-link_item"> <a title="HUAWEI Privacy" class="product-link product-link__active" data-title="HUAWEI Privacy">HUAWEI Privacy</a> </li> </ul> </div> <div class="product-tabs__links-container"> <ul class="product-tabs__links"> <li class="product-tabs__links-item"> <a title="Overview" class="a-support-common dmpa-click-dispach ha-click-dispach product-tabs__link " cat="product" act="Click on navigation" lab="HUAWEI Privacy + Overview" ha-id="new_product_detail_click_navigation" ha-title="Overview" productname="HUAWEI Privacy" href="/en/privacy/" data-title="Overview">Overview</a> </li> <li class="product-tabs__links-item"> <a title="Built-in Security" class="a-support-common dmpa-click-dispach ha-click-dispach product-tabs__link " cat="product" act="Click on navigation" lab="HUAWEI Privacy + Built-in Security" ha-id="new_product_detail_click_navigation" ha-title="Built-in Security" productname="HUAWEI Privacy" href="/en/privacy/built-in-security/" data-title="Built-in Security">Built-in Security</a> </li> <li class="product-tabs__links-item"> <a title="Privacy Control" class="a-support-common dmpa-click-dispach ha-click-dispach product-tabs__link " cat="product" act="Click on navigation" lab="HUAWEI Privacy + Privacy Control" ha-id="new_product_detail_click_navigation" ha-title="Privacy Control" productname="HUAWEI Privacy" href="/en/privacy/privacy-control/" data-title="Privacy Control">Privacy Control</a> </li> <li class="product-tabs__links-item"> <a title="Professional Certifications" class="a-support-common dmpa-click-dispach ha-click-dispach product-tabs__link " cat="product" act="Click on navigation" lab="HUAWEI Privacy + Professional Certifications" ha-id="new_product_detail_click_navigation" ha-title="Professional Certifications" productname="HUAWEI Privacy" href="/en/privacy/certification/" data-title="Professional Certifications">Professional Certifications</a> </li> <li class="product-tabs__links-item"> <a title="Privacy Statement" class="a-support-common dmpa-click-dispach ha-click-dispach product-tabs__link product-tabs__link--active" cat="product" act="Click on navigation" lab="HUAWEI Privacy + Privacy Statement" ha-id="new_product_detail_click_navigation" ha-title="Privacy Statement" productname="HUAWEI Privacy" href="/en/privacy/privacy-policy/" data-title="Privacy Statement">Privacy Statement</a> </li> </ul> </div> </div> </div> </div> </div> <div class="html-text-component parbase"> <style type="text/css"> .huawei-v4 .v4.page-privacy .v4.h05-hero-text-only.no-margin { margin-bottom: 0; padding-bottom: 40px; } .huawei-v4 .v4.s04-privacy-principles .privacy-principles__text { margin-bottom: 16px; } .huawei-v4 .v4.page-privacy .v4.n08-inpage-contents .inpage-contents__wrap>.inpage-contents__list>.inpage-contents__item { margin-bottom: 24px; } /*form*/ table.gridtable { margin:auto; font-size:11px; color:#333333; border-width: 1px; border-color: #666666; border-collapse: collapse; } table.gridtable th { border-width: 1px; padding: 8px; border-style: solid; border-color: #666666; background-color: #dedede; } table.gridtable td { border-width: 1px; padding: 8px; border-style: solid; border-color: #666666; background-color: #ffffff; } @media (max-width: 767px) { .table-responsive { width: 100%; margin-bottom: 15px; /* 设置底部外边距,避免重叠 */ overflow-y: hidden; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #ddd; /* 设置1像素宽的边框 */ } .table-responsive > .table { margin-bottom: 0; } .table-responsive > .table > thead > tr > th, /* 省略部分样式 */ .table-responsive > .table > tfoot > tr > td { white-space: nowrap; /* 确保单元格中的文本不会换行,直到遇到 <br> 标签为止*/ } .table-responsive > .table-bordered { border: 0; } .table-responsive > .table-bordered { border: 0; /*将整个表格的外边框设置为0像素*/ } .table-responsive > .table-bordered > tbody > tr > th:first-child, /*此处省略一些选择符*/ .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; /*将所有tr的第一个单元格(即最左边的一列)的左边框都置为0像素*/ } .table-responsive > .table-bordered > tbody > tr > th:last-child, /*此处省略一些选择符*/ .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; /*将所有tr的最后一个单元格(即最右边的一列)的右边框都设置为0像素*/ } .table-responsive > .table-bordered > tbody > tr:last-child > th, /*此处省略一些选择符*/ .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; /*将最后一行tr里的单元格的底部边框设置为0像素*/ } } .ft_1{width:9%;} .huawei-v4 .v4.t10-text-one-column a { text-decoration: none; color: #0000ee; border-bottom: 1px solid #666; } .huawei-v4 .v4.t10-text-one-column a:hover { color: #c9282c; } </style> <main class="v4 main main--white page-privacy"> <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">Huawei Consumer Business Privacy Statement</div> </div> </div> </div> <link rel="stylesheet" href="/content/dam/huawei-cbg-site/common/mkt/v4/legal/css/h05-hero-text-only.css?1"> <link rel="stylesheet" href="/content/dam/huawei-cbg-site/common/mkt/v4/legal/css/n05-tabs.css"> <link rel="stylesheet" href="/content/dam/huawei-cbg-site/common/mkt/v4/legal/css/n08-inpage-contents.css"> <div class="v4 n05-tabs tabs no-margin" data-component="n05-tabs"> <div class="tabs__content tabs__content--space tabs__swiper-container swiper-container"> <div class="swiper-wrapper"> <div class="tabs__tab swiper-slide tabs__tab--active"> <div class="container container--padding"> <div class="wrap"> <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">How Huawei Collects and Uses Your Personal Data</button> </li> <li class="inpage-contents__item"> <button type="button" class="inpage-contents__button js-ipc-button">How Huawei Uses Cookies and Similar Technologies</button> </li> <li class="inpage-contents__item"> <button type="button" class="inpage-contents__button js-ipc-button">How Huawei Entrusts, Shares, Transfers, and Discloses Your Personal Data</button> </li> <li class="inpage-contents__item"> <button type="button" class="inpage-contents__button js-ipc-button">How Huawei Protects Your Personal Data</button> </li> <li class="inpage-contents__item"> <button type="button" class="inpage-contents__button js-ipc-button">How You Can Manage Your Personal Data</button> </li> <li class="inpage-contents__item"> <button type="button" class="inpage-contents__button js-ipc-button">How Huawei Processes the Personal Data of Minors</button> </li> <li class="inpage-contents__item"> <button type="button" class="inpage-contents__button js-ipc-button">Links to Third-Party Websites, Products, and Services</button> </li> <li class="inpage-contents__item"> <button type="button" class="inpage-contents__button js-ipc-button">How Your Personal Data Is Transferred Globally</button> </li> <li class="inpage-contents__item"> <button type="button" class="inpage-contents__button js-ipc-button">Updates to This Statement</button> </li> <li class="inpage-contents__item"> <button type="button" class="inpage-contents__button js-ipc-button">How to Contact Us</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="text-one-column__block-text"> <p>Huawei Device Co., Ltd. and its global affiliates (collectively, "Huawei", "we", "us", or "our") respect your privacy. We hereby develop this Privacy Statement (referred to as "this Statement") to help you understand how we collect, use, disclose, protect, store, and transmit your personal data. Please take a moment to read this Statement carefully and <a href="https://consumer.huawei.com/en/legal/privacy-questions/">contact us</a> if you have any questions.</p> <p>This Statement applies to Huawei products and services that display or mention this Statement, including feature phones, smartphones, laptops/tablets, Huawei Vision, wearable devices, mobile broadband devices, home routers, smart household appliances, accessories, PC apps, mobile Internet apps (referred to as "apps"), software, toolkits, websites, and services.</p> <p>Besides this Statement, we recommend that you carefully read Huawei's privacy statement or supplementary notice (referred to as the "Product Privacy Notice") specific to the product or service to be used. <strong>The Product Privacy Notice is an important part of this Statement. It provides basic information, such as how each product or service processes your personal data, how to exercise your data subject rights, who are data controllers, and how to contact the controllers. The Product Privacy Notice shall prevail in the event of any conflict with this Statement. For other parts, this Statement shall prevail.</strong> </p> </div> <div class="text-one-column__container js-one-column"> <div class="heading heading-04 text-one-column__block-title"> How Huawei Collects and Uses Your Personal Data </div> <div class="text-one-column__block-text"> <p><strong>1. How Huawei Collects Your Personal Data</strong></p> <p>Personal information refers to any type of information recorded electronically or otherwise relating to an identified or identifiable natural person, excluding information that has been anonymized. We may collect your personal data when you use our products or services or interact with us. Different types of data will be collected, depending on the service you use and your interactions with us. In some cases, you can choose not to provide such data, but this may prevent us from providing you with corresponding products or services, or may mean that we cannot respond to or resolve any issues you have raised.</p> <p>When providing you with related products or services, we may also collect and summarize statistics, such as website visits, app downloads, and product sales volume, to understand how our products and services are used. For the purposes of this Statement, the preceding statistics are regarded as non-personal data. We will try our best to isolate your personal data from non-personal data and use them separately. The personal data mixed with non-personal data will still be treated as personal data.</p> <p>We will collect and use your personal data only for the purposes described in this Statement and Product Privacy Notice. The following are some examples of personal data we may collect:</p> <p><strong>(1) Personal data that you provide to Huawei</strong></p> <p>You need to register a HUAWEI ID to enjoy certain functions or services. When you register a HUAWEI ID or log in to your HUAWEI ID to shop online, download software, or purchase services, we may ask you to provide relevant personal data, such as your name, email address, mobile number, order information, shipping address, and payment method.</p> <p>Some Huawei products allow you to communicate and share information with others. When you use a Huawei product to share contents with your family and friends, you may need to create an open HUAWEI ID profile, which includes your nickname and avatar. We may also collect information about your family and friends, such as their names, email addresses, and phone numbers. We will take appropriate and necessary measures to ensure their communications security.</p> <p>In order to meet the requirements of certain jurisdictions for real-name account registration, game addiction prevention systems, and Internet payment as well as other requirements, we may ask you to provide identity proofs issued by local governments, or relevant card information that can authenticate your identity.</p> <p><strong>(2) Information that Huawei collects when you use services</strong></p> <p>When you use our products and services, we will collect your device information and how you and your device interact with our products and services. Such information includes:</p> <p>a. Device and app information, such as the device name, device identifier, device activation time, hardware model, operating system version, app version, software identifier, and device and app settings (such as region, language, time zone, and font size).</p> <p>b. Mobile network information, such as the public land mobile network (PLMN) provider ID, geographical location (cell ID of the area where the device is located), and Internet protocol (IP) address.</p> <p>c. Log information. When you use Huawei services or view Huawei-provided content, we will automatically collect and log some information, such as the time of access, access count, IP address, and event information (such as errors, crashes, restarts, and updates).</p> <p>d. Location information. When you access certain location-based services (such as perform searches, use navigation software, or view the weather for a specific location), we will collect, use, and process the approximate or precise location of your device. Such information may be obtained through the GPS, WLAN, or service provider network ID. We will ask you to select the apps for which you want to enable location services. You can refuse to share your location by disabling the corresponding permission in your device settings.</p> <p>e. Information stored in the cloud. For example, the information you upload to the cloud will be stored on our servers for rapid access and sharing between devices. No one has access to such information without your permission.</p> <p><strong>(3) Information from third-party sources</strong> </p> <p>When permitted by local laws, we may also obtain other information about you, your device, or service usage from public or legitimate commercial sources. For example, we obtain your information from the third party when you log in to our website through a third-party social media account, or when your contact information is uploaded by others who use our communication services.</p> <p><strong>2. How Huawei Uses Your Personal Data</strong> </p> <p>We use your personal data only on a legal basis. According to applicable local laws, we may use your personal data for the following purposes under one of the legal bases: your consent; necessary to perform/enter into a contract between you and Huawei; necessary to protect the legitimate interests of you or others; necessary to fulfill legal obligations; and necessary to protect the legitimate interests of enterprises: </p> <p>(1) Register and activate our products or services that you have purchased;</p> <p>(2) Register your HUAWEI ID so that you can enjoy a wider range of functions;</p> <p>(3) Deliver, activate, or verify the products and services you have requested, or perform changes and provide technical support and after-sales services for such offerings at your request;</p> <p>(4) Notify you of operating system or app updates and installations;</p> <p>(5) Provide individualized user experience and content;</p> <p>(6) After obtaining your consent or receiving your request, send you information about products and services you might be interested in, invite you to our promotional activities and market surveys, or send marketing information to you;</p> <p>(7) Carry out internal audit, data analysis, and research; analyze business operation efficiency and measure market shares; and improve our products and services;</p> <p>(8) Troubleshoot problems after you send error details to us;</p> <p>(9) Synchronize and store the data you have uploaded or downloaded, as well as the data needed for upload and download operations;</p> <p>(10) Improve our loss prevention and anti-fraud programs;</p> <p>(11) Comply with applicable local laws/regulations, for example, fulfill e-commerce platform management obligations, or comply with legal government requirements;</p> <p>(12) Other purposes described in the Product Privacy Notice.</p> </div> </div> <div class="text-one-column__container js-one-column"> <div class="heading heading-04 text-one-column__block-title"> How Huawei Uses Cookies and Similar Technologies </div> <div class="text-one-column__block-text"> <p>We may use cookies, pixel tags, web beacons, and other local storage technologies on its websites, mobile apps, online services, emails, and advertisements. The information collected through cookies and similar technologies is regarded as non-personal data. However, if local laws treat IP addresses or similar identifiers as personal data, we will also treat them as personal data. In some cases, we mix the non-personal data collected by using these technologies with the personal data we hold. For the purposes of this Statement, we will regard the mixed data as personal data.</p> <p>A cookie is a text file created by a web server and stored on a computer or mobile device. The content of a cookie can only be retrieved or read by the server that created the cookie. Cookies are unique to the browser or mobile application you are using. They usually contain identifiers, site names, numbers, and characters.</p> <p>Cookies are sometimes stored on computers or mobile devices to improve user experience, including:</p> <p>(1) Necessary cookies:</p> <p>•Login and verification. When you use your HUAWEI ID to log in to a website, cookies can help you navigate from page to page, without having to re-log in on each page.</p> <p>•Storage of your preferences and settings. Websites can use cookies to save personal settings, such as the language, font size, shopping cart, and other browsing preferences on your computers or mobile devices.</p> <p>(2) Analysis cookies: Statistical analysis. With cookies, we can collect information about your use of our websites and other apps, including recording a single visit (using a session cookie) or multiple visits (using a persistent cookie).</p> <p>(3) Advertisement cookies: Interest-based advertisement. With cookies, we can collect information about your online activities, discover your interests, and deliver highly relevant advertisements to you.</p> <p> You can manage or delete cookies based on your own preferences. You can clear all cookies stored on your computer, and most web browsers provide the option to block cookies. For details about how to change the browser settings, contact the browser provider. </p> <p>If you clear cookies, you will need to change your settings every time you visit our websites. Please note that some of our services may require the use of cookies. In this case, disabling cookies may affect all or part of the services provided.</p> <p>In addition to cookies, we may also use other similar technologies on our websites, such as web beacons and pixel tags. A web beacon is typically an electronic image embedded into a website or email to identify your device cookies when you access the website or email. Pixel tags enable us to send emails in a way that is readable to you and find out whether an email has been opened.</p> <p>We and our third-party partners use such technologies for a variety of purposes, including analyzing service usage (in conjunction with cookies) and providing more satisfactory content and advertisements to you. For example, an email sent to you by us may contain a click-through URL which links to our website. If you click the URL, we will track your visit to help us understand your preferences for products and services and improve customer services.</p> <p>Many web browsers provide the Do Not Track feature that can send Do Not Track requests to websites. Major Internet standardization organizations have not established policies to specify how websites should deal with these requests.</p> <p>Currently, we do not allow you to change the cookie processing ways based on the Do Not Track settings or other similar features you have selected.</p> </div> </div> <div class="text-one-column__container js-one-column"> <div class="heading heading-04 text-one-column__block-title"> How Huawei Entrusts, Shares, Transfers, and Discloses Your Personal Data</div> <div class="text-one-column__block-text"> <p><strong>1. Entrusting</strong></p> <p>In some cases, we may entrust other companies to process your personal data on behalf of us. For example, we may entrust another company for hotline support, sending emails, and providing technical support. Such companies may only use your personal data to provide services on behalf of us.</p> <p>We will enter into a strict entrusting agreement or personal data processing terms with the entrusted party. The entrusted party is obligated to process related personal data in accordance with this Statement and our instructions, and take relevant confidentiality and security measures to ensure personal data security.</p> <p><strong>2. Sharing</strong></p> <p>Sharing refers to the process in which we provide personal data to other personal data processors, and both parties can independently determine the data processing purposes and methods. We will not share your personal data with external parties, except in the following cases:</p> <p>(1) Sharing with your consent: After obtaining your consent, we will share your authorized personal data with third parties designated by you.</p> <p>(2) Sharing under statutory circumstances: We may share your personal data in accordance with laws/regulations, litigation resolution requirements, or legal requirements of administrative and judicial authorities.</p> <p>(3) Sharing with our affiliates: Your data may be shared with our affiliates. We will share your data with our affiliates only for specific, definite, and legitimate purposes. We will only share data necessary for providing services. For example, in order to avoid repeated registration of HUAWEI IDs, we need to verify the global uniqueness of the account to be registered.</p> <p>(4) Sharing with business partners: To ensure the quality of services provided to you, we may share your order, account, device, and location information with our third-party partners. However, we will only share your personal data for legitimate, appropriate, necessary, specific, and definite purposes. Our partners include:</p> <p> a. Third-party sellers and developers: Some of our products or services are directly provided to you by third parties. In this case, we will share transaction-related information with third parties to fulfill the requirements for products or services you have purchased. For example, when you purchase products from third-party developers in HUAWEI AppGallery, we will share necessary information with them to complete the transaction. </p> <p> b. Providers of goods or technical services: We may share your personal data with third parties that support our features and functions, including third parties that supply or provide infrastructure technology services, logistics and distribution services, payment services, and data processing services. We share such data for the purpose of implementing the functionality of our products and services. For example, we will share your order information with the logistics service provider to arrange delivery, or your order number and purchase amount with a third-party payment agency to confirm your payment instructions and complete the transaction. </p> <p> We will perform security assessment on the sharing behavior and personal data receivers, and sign a data protection agreement or strict non-disclosure agreement with them, requiring them to abide by this Statement and take appropriate confidentiality and security measures when processing your personal data. </p> <p><strong> 3. Transfer </strong> </p> <p> If personal data transfer is involved due to merger & acquisition, division, dissolution, or bankruptcy, we will send prior notifications to you to specify the receivers' names and contact information, and require them to abide by this Statement when processing your personal data. The receiver who attempts to change the original processing purpose or method shall obtain your consent again. </p> <p><strong> 4. Public Disclosure </strong> </p> <p> We will disclose your personal data only in the following cases: </p> <p> (1) After obtaining your consent; </p> <p> (2) On legal or reasonable grounds: We may disclose your information when required by laws, legal procedures, litigation, or public and government authorities. </p> </div> </div> <div class="text-one-column__container js-one-column"> <div class="heading heading-04 text-one-column__block-title"> How Huawei Protects Your Personal Data</div> <div class="text-one-column__block-text"> <p>The security of your personal data is important to us. We have adopted standard industry practices to protect your personal data from unauthorized access/disclosure/use/modification, damage, or loss. To this end, we take the following measures:</p> <p>1. We take all reasonable and feasible measures to ensure that the personal data collected is minimal and relevant to what is necessary in relation to the purposes for which they are processed. We will retain your personal data for no longer than is necessary for the purposes stated in this Statement, unless otherwise extending the retention period is required or permitted by law.</p> <p>2. We use cryptographic technologies to ensure the confidentiality of data transmission and storage, and implement trusted protection mechanisms to protect data and data storage servers from attacks.</p> <p>3. We deploy access control mechanisms to permit only authorized access to your personal data. In addition, we limit the number of authorized personnel and implement hierarchical permission management based on service requirements and personnel levels. Access to personal data will be logged and reviewed by authorized personnel on a regular basis.</p> <p>4. We carefully select business partners and service providers and incorporate personal data protection requirements into commercial contracts, audits, and appraisal activities.</p> <p>5. We organize security and privacy protection training courses, tests, and publicity activities to raise employees' personal data protection awareness.</p> <p>We are fully committed to protecting your personal data. Nevertheless, no security measure is perfect, and no product, service, website, data transmission, computer system, or network connection is absolutely secure.</p> <p>In response to possible risks, such as personal data leakage, damage, and loss, we have developed several mechanisms and control measures, clearly defined the rating standards of security incidents and vulnerabilities and the corresponding handling procedures, and established a dedicated <a href="https://www.huawei.com/en/psirt" target="_blank">Security Advisory and Security Notice</a> page. We have also established a dedicated security emergency response team to implement security contingency plans, loss reduction, analysis, locating, and remediation, and to perform backtracking/countering operations with related departments in accordance with security incident handling regulations and requirements.</p> <p>If any personal data security incident occurs, we will notify you, pursuant to local legal requirements, of the basic information about the security incident and its possible impact, measures that we have taken or will take, suggestions about active defense and risk mitigation, and remedial measures. The notification may take the form of an email, text message, push notification, etc. When it is difficult to inform data subjects individually, we will take appropriate and effective measures to release a Security Notice. In addition, we will also report the handling status of personal data security incidents as required by supervisory authorities.</p> </div> </div> <div class="text-one-column__container js-one-column"> <div class="heading heading-04 text-one-column__block-title"> How You Can Manage Your Personal Data</div> <div class="text-one-column__block-text"> <p><strong>1. Personal Data Subjects' Rights, Such as Access, Correction, and Deletion</strong></p> <p>Legislation in certain countries and regions where we provide products and services stipulates that data subjects have rights to access, correct, and delete personal data, and restrict personal data processing. According to local laws, personal data subjects or their agents can submit requests for exercising data subjects' rights (referred to as "requests") to us.</p> <p>(1) Requesting methods and channels</p> <p>Data subjects' requests must be submitted in writing. The requests are equally valid even if the requester does not specify the laws on which the requests are based. In general, verbal requests are not valid unless otherwise permitted by local laws.</p> <p>Data subjects' requests can be submitted through the official website of Huawei Consumer BG, My HUAWEI app, or HUAWEI ID Privacy center. If a data subject initiates a request via a hotline, email, online customer service, service center, or other channels, we will instruct the data subject to raise an official request through one of the aforementioned channels to facilitate progress communication and result feedback. We have established the dedicated channels to protect their legitimate interests, ensure our business operation, and prevent their rights from being misused or fraudulently used.</p> <p>(2) Validity of requests</p> <p>Most laws require data subjects to comply with specific requirements when they initiate requests. This Statement requires data subjects to:</p> <p> a. Submit requests through dedicated request channels (namely, <a href="https://consumer.huawei.com/en/legal/privacy-questions/">official website of Huawei Consumer BG</a>, My HUAWEI app, or HUAWEI ID Privacy center). </p> <p>b. Provide sufficient information for Huawei to verify their identities (to ensure those who initiate the requests are the data subjects themselves or those authorized by them).</p> <p>c. Ensure that their requests are specific and feasible.</p> <p>(3) Request processing period</p> <p>We will make every effort to respond within one month upon receiving a request to access personal data. This period may be extended if necessary, depending on the number of requests and their complexity. If the request period is to be extended, we will notify the data subject of the situation and reason for delay. In the event of any time conflict between this section and local laws/regulations, the latter shall prevail.</p> <p>(4) Request results</p> <p>After a request is submitted, the following may occur:</p> <p>a. The request is rejected.</p> <p>Requests from data subjects may be declined in the following situations, including but not limited to:</p> <p>(a) Local laws do not grant relevant rights to data subjects;</p> <p>(b) The identity of the requester cannot be verified;</p> <p>(c) The request cannot be verified or is out of scope, especially when requests are sent repeatedly;</p> <p>(d) The requested information is related to the compensation that we will make or receive as a result of an ongoing dispute, and the disclosure of such information is likely to damage our interests;</p> <p>(e) The retained information is used for statistical and research purposes only, and the publication of statistics and research results does not reveal personal identities;</p> <p>(f) Other situations stipulated by laws.</p> <p>If we decline a request from a data subject, we will provide the requester with a formal explanation.</p> <p>b. The request is accepted.</p> <p>If none of the situations described in (1) occurs, we will honor the request of the data subject. To increase the likelihood that the request will be accepted, please provide as detailed information as possible when submitting your request, such as the request type, specific content, information about the information holder (such as the account name you use for our products and services), and time frame in which the information was generated or processed (requests within a shorter period of time have a higher likelihood of being accepted).</p> <p>(5) Special notes</p> <p>a. Only legal guardians or legally authorized persons have the right to access the personal data of others.</p> <p>b. Most laws/regulations specify the circumstances under which an organization may not provide data to data subjects. These cases include scenarios when providing data may undermine ongoing efforts against terrorism; when the data subject has made repeated requests, or when obtaining and providing such information would consume disproportionate resources.</p> <p>c. Typically, we will not provide the following information:</p> <p>(a) Information about others: Requests from data subjects may involve other individuals besides the data subject. We will not provide such information, unless authorized by the relevant individuals.</p> <p>(b) Repeated requests: If the data subject initiates the same or similar requests related to one data subject for multiple times, and the data has not changed since the last time we provided the data, we will not provide a copy of the data in most cases. Additionally, we have no obligation to provide information that has been publicly available.</p> <p>(c) Confidential opinions: We are not obligated to provide the requested information if such information is a confidential opinion.</p> <p>(d) Special documents: We will not disclose any special information in response to requests for accessing personal data. Typically, special information includes any confidential documents (such as attorney/client communication), and information that obtains or expresses a corresponding legal opinion (irrespective of whether it is related to the lawsuit itself or related to information from court proceedings). </p> <p><strong>2. Withdrawal of Consent</strong></p> <p>If allowed by applicable laws, you have the right to withdraw your consent at any time when we process your personal data based on your consent. However, the withdrawal of consent shall not affect the lawfulness and effectiveness of your personal data processing based on your consent before the withdrawal is made, or affect any data processing based on another justification other than your consent. </p> <p>For details about how to withdraw your consent for a specific product or service, see the Product Privacy Notice.</p> <p><strong> 3. How Do We Protect the Personal Data of the Deceased </strong> </p> <p>If you are a close relative of a deceased Huawei user and you are in China, you can contact us (via <a href="https://consumer.huawei.com/en/legal/privacy-questions/">https://consumer.huawei.com/en/legal/privacy-questions/</a>) and exercise the rights stipulated by laws to view, copy, correct, and delete their personal data, unless they made arrangements otherwise. Please note that the personal data here only includes HUAWEI ID-related data of the deceased.</p> </div> </div> <div class="text-one-column__container js-one-column"> <div class="heading heading-04 text-one-column__block-title"> How Huawei Processes the Personal Data of Minors </div> <div class="text-one-column__block-text"> <p>We attach great importance to the protection of minors' personal data. We will provide services and protection for minors in strict accordance with national laws/regulations. Parents or other guardians should also take appropriate measures to protect minors, including monitoring their use of products or services.</p> <p>We treat anyone under the age of 14 (or the age stipulated by local laws) as a child. Children are not allowed to create their own HUAWEI IDs without the consent of their parents or other guardians. We will strictly restrict the entrusted processing, sharing, transfer, and public disclosure of children's personal data in accordance with laws/regulations. If the guardian needs to access, correct, or delete the personal data of the person under guardianship at any time, please contact us according to Chapter 10 "How to Contact Us." If we find that we have collected children's personal data without obtaining the prior consent from authenticated parents or other guardians, we will manage to delete the data as soon as possible. For more information about children's privacy protection, see the <a href="https://legal.cloud.huawei.com/legal/child/privacy-statement.htm?code=CN&language=en-us" target="_blank">Huawei Consumer Business Statement About Children's Privacy Protection</a>.</p> </div> </div> <div class="text-one-column__container js-one-column"> <div class="heading heading-04 text-one-column__block-title"> Links to Third-Party Websites, Products, and Services</div> <div class="text-one-column__block-text"> <p>To ensure smooth user experience, Huawei websites, apps, products, and services may contain links to third-party websites, products, and services. Huawei's products and services may also use or provide products or services from third parties, such as third-party apps available on HUAWEI AppGallery. Huawei does not have control over third-party websites, products, and services, but you can choose whether to access these links.</p> <p>Huawei also has no control over the privacy or data protection policies of third parties, as such third parties are not bound by this Statement. Before submitting personal data to third parties, please read and refer to their privacy or data protection policies.</p> </div> </div> <div class="text-one-column__container js-one-column"> <div class="heading heading-04 text-one-column__block-title"> How Your Personal Data Is Transferred Globally </div> <div class="text-one-column__block-text"> <p>Huawei is a multinational company. As such, the personal data we collect may be processed or accessed in countries or regions where you use our products or services, or other countries or regions where we or our affiliates, subsidiaries, service providers, or business partners are located. These countries/regions may have different data protection laws. In such circumstances, Huawei takes measures to ensure that data is processed as required by this Statement and applicable laws.</p> <p>Personal data collected and generated during our operations in the People's Republic of China will be stored in China. If specific products/services involve cross-border transfer of personal data, we will provide personal data to the receiving party outside China after fulfilling legal obligations (for example, after passing regulatory security assessment).</p> </div> </div> <div class="text-one-column__container js-one-column"> <div class="heading heading-04 text-one-column__block-title"> Updates to This Statement</div> <div class="text-one-column__block-text"> <p>Huawei reserves the right to update this Statement at any time. This Statement may be updated from time to time. For the latest version, please visit our official website (<a href="http://consumer.huawei.com/">http://consumer.huawei.com</a>). If major changes are made to this Statement, we may notify you through different channels, for example, posting a notice on our website or sending you direct notification.</p> </div> </div> <div class="text-one-column__container js-one-column"> <div class="heading heading-04 text-one-column__block-title"> How to Contact Us</div> <div class="text-one-column__block-text"> <p>We have a department (or specialists) dedicated to personal data protection. If you have any questions, comments, or suggestions, please contact us via the online customer service, <a href="https://consumer.huawei.com/en/legal/privacy-questions/">Privacy Questions</a> page, or our global offices. For a complete list of our offices, please visit the <a href="https://consumer.huawei.com/en/contact-us/">Contact Huawei</a> page.</p> <p>Generally, we will give an initial reply within three working days and answer your questions within the time frame specified by laws/regulations. If you are not satisfied with our reply, especially if you feel that our personal data processing has violated your legal rights and interests, you can submit complaints or report to local privacy protection regulators.</p> <p><strong>Note:</strong> Due to differences in local laws and languages, the local versions of the Huawei Consumer Business Privacy Statement may differ from this version. In case of any conflicts, the local versions shall prevail.</p> <p>Copyright © Huawei Device Co., Ltd. 2023. All rights reserved.</p> <p>Last updated: December, 2023</p> </div> </div> </div> </div> </div> <link rel="stylesheet" href="/content/dam/huawei-cbg-site/common/mkt/v4/legal/css/t10-text-one-column.css"> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="tabs__swiper-pagination swiper-pagination"></div> </div> </main> <script src="/content/dam/huawei-cbg-site/common/mkt/v4/legal/js/n05-tabs.js"></script> <script src="/content/dam/huawei-cbg-site/common/mkt/v4/legal/js/n08-inpage-contents.js"></script> <script type="text/javascript"> $(function(){ var aLink = ''; $('a[data-b-href]').each(function(){ aLink = $(this).attr('data-b-href'); $(this).attr('href',aLink); }); $("p a").click(function(){ $("html,body").animate({ scrollTop:$($(this).attr("data-b-href")).offset().top - 128 + "px"},500); }); }); </script> </div> </main> <div class="v4 iparsys-from-home-v4"> <div class="section"><div class="new"></div> </div><div class="iparys_inherited"><div class="iparsys-from-home-v4 iparsys parsys"></div> </div> </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/en/"},{"@type":"ListItem","position":2,"name":"Privacy","item":"https://consumer.huawei.com/en/privacy/"},{"@type":"ListItem","position":3,"name":"Privacy Statement","item":"https://consumer.huawei.com/en/privacy/privacy-policy/"}]} </script> <div class="breadcrumbs"> <ul class="breadcrumbs__list"> <li class="breadcrumbs__item"> <a class="breadcrumbs__link" title="Home" href="/en/">Home</a> </li> <li class="breadcrumbs__item"> <a class="breadcrumbs__link" title="Privacy" href="/en/privacy/">Privacy</a> </li> <li class="breadcrumbs__item"> <span class="breadcrumbs__link">Privacy Statement</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" class="footer-links__link " href="/en/phones/"> Smartphone </a> </li> <li class="footer-links__item"> <a title="Wearable" data-title="Wearable" class="footer-links__link " href="/en/wearables/"> Wearable </a> </li> <li class="footer-links__item"> <a title="PC" data-title="PC" class="footer-links__link " href="/en/laptops/"> PC </a> </li> <li class="footer-links__item"> <a title="Tablet" data-title="Tablet" class="footer-links__link " href="/en/tablets/"> Tablet </a> </li> <li class="footer-links__item"> <a title="Audio" data-title="Audio" class="footer-links__link " href="/en/audio/"> Audio </a> </li> <li class="footer-links__item"> <a title="Router" data-title="Router" class="footer-links__link " href="/en/routers/"> Router </a> </li> <li class="footer-links__item"> <a title="Accessories" data-title="Accessories" class="footer-links__link " href="/en/accessories/overview/"> Accessories </a> </li> <li class="footer-links__item"> <a title="HarmonyOS 4" data-title="HarmonyOS 4" class="footer-links__link " href="/en/harmonyos-4/"> HarmonyOS 4 </a> </li> <li class="footer-links__item"> <a title="EMUI" data-title="EMUI" class="footer-links__link " href="/en/emui/"> EMUI </a> </li> <li class="footer-links__item"> <a title="Celia" data-title="Celia" class="footer-links__link " href="/en/emui/celia/"> Celia </a> </li> <li class="footer-links__item"> <a title="Business" data-title="Business" class="footer-links__link " href="/en/business/"> Business </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" class="footer-links__link " href="/en/mobileservices/appgallery/"> AppGallery </a> </li> <li class="footer-links__item"> <a title="HUAWEI ID" data-title="HUAWEI ID" class="footer-links__link " href="/en/mobileservices/id/"> HUAWEI ID </a> </li> <li class="footer-links__item"> <a title="HUAWEI Mobile Cloud" data-title="HUAWEI Mobile Cloud" class="footer-links__link " href="/en/mobileservices/mobilecloud/"> HUAWEI Mobile Cloud </a> </li> <li class="footer-links__item"> <a title="HUAWEI Wallet" data-title="HUAWEI Wallet" class="footer-links__link " href="/en/mobileservices/wallet/"> HUAWEI Wallet </a> </li> <li class="footer-links__item"> <a title="HUAWEI Music" data-title="HUAWEI Music" class="footer-links__link " href="/en/mobileservices/music/"> HUAWEI Music </a> </li> <li class="footer-links__item"> <a title="HUAWEI Video" data-title="HUAWEI Video" class="footer-links__link " href="/en/mobileservices/video/"> HUAWEI Video </a> </li> <li class="footer-links__item"> <a title="HUAWEI Themes" data-title="HUAWEI Themes" class="footer-links__link " href="/en/mobileservices/themes/"> HUAWEI Themes </a> </li> <li class="footer-links__item"> <a title="HUAWEI Browser" data-title="HUAWEI Browser" class="footer-links__link " href="/en/mobileservices/browser/"> HUAWEI Browser </a> </li> <li class="footer-links__item"> <a title="HUAWEI Assistant TODAY" data-title="HUAWEI Assistant TODAY" class="footer-links__link " href="/en/mobileservices/assistant/"> HUAWEI Assistant TODAY </a> </li> <li class="footer-links__item"> <a title="Petal Maps" data-title="Petal Maps" class="footer-links__link " href="/en/mobileservices/petalmaps/"> Petal Maps </a> </li> <li class="footer-links__item"> <a title="HUAWEI Books" data-title="HUAWEI Books" class="footer-links__link " href="/en/mobileservices/books/"> HUAWEI Books </a> </li> <li class="footer-links__item"> <a title="HUAWEI Member Center" data-title="HUAWEI Member Center" class="footer-links__link " href="/en/mobileservices/member-center/"> HUAWEI Member Center </a> </li> <li class="footer-links__item"> <a title="HUAWEI Health" data-title="HUAWEI Health" class="footer-links__link " href="/en/mobileservices/health/"> HUAWEI Health </a> </li> <li class="footer-links__item"> <a title="HUAWEI AI Life" data-title="HUAWEI AI Life" class="footer-links__link " href="/en/mobileservices/ai-life/"> HUAWEI AI Life </a> </li> <li class="footer-links__item"> <a title="MeeTime" data-title="MeeTime" class="footer-links__link " href="/en/mobileservices/meetime/"> MeeTime </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="Find Service Center" data-title="Find Service Center" class="footer-links__link " href="/en/support/service-center/"> Find Service Center </a> </li> <li class="footer-links__item"> <a title="Product Environmental Information" data-title="Product Environmental Information" class="footer-links__link " href="/en/support/product-environmental-information/"> Product Environmental Information </a> </li> <li class="footer-links__item"> <a title="Call Us" data-title="Call Us" class="footer-links__link " href="/en/support/hotline/"> Call Us </a> </li> <li class="footer-links__item"> <a title="HiSuite" data-title="HiSuite" class="footer-links__link " href="/en/support/hisuite/"> HiSuite </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" class="footer-links__link " href="/en/about-us/"> About Us </a> </li> <li class="footer-links__item"> <a title="Events" data-title="Events" class="footer-links__link " href="/en/press/events/"> Events </a> </li> <li class="footer-links__item"> <a title="Sustainability" data-title="Sustainability" class="footer-links__link " href="/en/sustainability/"> Sustainability </a> </li> <li class="footer-links__item"> <a title="Privacy" data-title="Privacy" class="footer-links__link " href="/en/privacy/"> Privacy </a> </li> <li class="footer-links__item"> <a title="Contact Us" data-title="Contact Us" class="footer-links__link " href="/en/support/contact-us/"> Contact Us </a> </li> <li class="footer-links__item"> <a title="Corporate" data-title="Corporate" class="footer-links__link " href="https://www.huawei.com/en/" target="_blank" rel="noopener noreferrer"> Corporate </a> </li> <li class="footer-links__item"> <a title="Enterprise" data-title="Enterprise" class="footer-links__link " href="https://e.huawei.com/en/?ic_medium=hwdc&ic_source=cbg_header_ent" target="_blank" rel="noopener noreferrer"> Enterprise </a> </li> <li class="footer-links__item"> <a title="Carrier" data-title="Carrier" class="footer-links__link " href="https://carrier.huawei.com/en/?ic_medium=hwdc&ic_source=cbg_header_car" target="_blank" rel="noopener noreferrer"> Carrier </a> </li> <li class="footer-links__item"> <a title="Join Us" data-title="Join Us" class="footer-links__link " href="https://career.huawei.com/reccampportal/campus4_index.html#campus4/content.html" target="_blank" rel="noopener noreferrer"> Join 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">Connect With 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/huaweimobile" target="_blank" rel="noopener noreferrer"> <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="twitter" class="contact__social-link" data-social="twitter" href="https://twitter.com/huaweimobile" target="_blank" rel="noopener noreferrer"> <span class="icon icon-lazy" data-name="font-ico-twitter"> <span class="sr-only"></span> </span> </a> </li> <li class="contact__social-item"> <a title="instagram" class="contact__social-link" data-social="instagram" href="https://www.instagram.com/huaweimobile" target="_blank" rel="noopener noreferrer"> <span class="icon icon-lazy" data-name="font-ico-instagram"> <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/c/huaweimobile" target="_blank" rel="noopener noreferrer"> <span class="icon icon-lazy" data-name="font-ico-youtube"> <span class="sr-only"></span> </span> </a> </li> <li class="contact__social-item"> <a title="linkedin" class="contact__social-link" data-social="linkedin" href="https://www.linkedin.com/company/huawei-consumer-business-group/" target="_blank" rel="noopener noreferrer"> <span class="icon icon-lazy" data-name="font-ico-linkedin"> <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-2024 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="/en/sitemap/"> Site Map </a> </li> <li class="bottom-links__item"> <a title="Terms Of Use" class="bottom-links__link" href="/en/legal/terms-of-use/"> Terms Of Use </a> </li> <li class="bottom-links__item"> <a title="Privacy Statement" class="bottom-links__link" href="/en/privacy/privacy-policy/"> Privacy Statement </a> </li> <li class="bottom-links__item"> <a title="Cookies" class="bottom-links__link" href="/en/legal/cookie-policy/"> Cookies </a> </li> <li class="bottom-links__item"> <a title="Legal" class="bottom-links__link" href="/en/legal/"> Legal </a> </li> </ul> </div> <div class="language-switcher col-xl-3 col-md-4 "> <a title="Global - English" class="language-switcher__link" href="/en/worldwide/">Global - English</a> <a href="/en/worldwide/" title="globe"> <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" href="/etc/designs/huawei-cbg-site/clientlib-campaign-v4/external-link.min.f78436bce58ae2318c0e47f8ddc41c2b.css" type="text/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 type="text/javascript" src="/etc/designs/huawei-cbg-site/clientlib-campaign-v4/external-link.min.9f7272d87d292d24255f9bec833507b6.js" defer></script> <meta name="CBG_DOC_ID" content="EN_PRIVACY_PRIVACY-POLICY"/> <meta name="CBG_SITE_CODE" content="EN"/> <meta name="CBG_LANGUAGE_CODE" content="en"/> <meta name="CBG_DOC_CATEGORY" content="consumer_privacy"/> <meta name="CBG_DOC_SUBCATEGORY"/> <meta name="CBG_DOC_THIRDCATEGORY"/> <meta name="CBG_DOC_TYPE"/> <meta name="CBG_DRETITLE" content="Privacy Statement"/> <meta name="CBG_DOC_KEYWORDS" content="privacy policy"/> <meta name="CBG_DOC_DESCRIPTION" content="Huawei Device Co., Ltd. and its affiliates respect your privacy. We have developed a Privacy Policy that covers how we collect, use, disclose, protect, store and transfer your personal data. "/> <meta name="CBG_DOC_IMAGE"/> <meta name="CBG_DREDATE" content="2024-11-19 10:54:37"/> <meta name="CBG_DOC_URL" content="https://consumer.huawei.com/en/privacy/privacy-policy/"/> <meta name="CBG_DOC_FILE"/> <meta name="CBG_DOC_FILE_NAME"/> <meta name="CBG_APPLICABLE_REGION" content="0"/> <script type="text/javascript" src="/etc/designs/huawei-cbg-site/incompressible-libs.min.8b357cc5e8365726e8663674de5d6593.js"></script> <script type="text/javascript" src="/etc/designs/huawei-cbg-site/clientlib-campaign-v4/base-built.min.20783f3daa4b6b70683c2ad8ebf97160.js"></script> <script type="text/javascript" src="/etc/designs/huawei-cbg-site/clientlib-campaign-v4/common-v4.min.d1d066cfd8f462ff8f491b0a2faf15f1.js"></script> <script type="text/javascript" src="/etc/designs/huawei-cbg-site/clientlib-public-footer.min.4a7eaf0e8d45094aeaed4a5ccf077f14.js"></script> <input type="hidden" id="hide-spu-questionnaire" value="0"/> </body> </html>