火狐ok谷歌適配_“ OK Google”在鎖定手機上的安全性越來越高

火狐ok谷歌適配

火狐ok谷歌適配

Google Assistant

If you use “OK Google” to invoke the Assistant on your phone, things are about to change. Google is removing the “Unlock with Voice Match” feature, so the Assistant is going to get a lot more secure.

如果您使用“確定Google”在手機上調用助手,則情況將發生變化。 Google刪除了“使用語音匹配解鎖”功能,因此助手將變得更加安全。

Currently, if you use the “Unlock with Voice Match” feature, you can completely unlock your phone with Google Assistant just by saying “OK Google.” While convenient, this is also a pretty big security risk—your voice isn’t exactly the best way to verify that you are, well, you. If someone else’s voice is similar enough to your own, then they can easily use this to unlock your phone and gain full access to it.

目前,如果您使用“使用語音匹配功能解鎖”功能,則只需說“確定Google”即可使用Google Assistant完全解鎖手機。 雖然方便,但這也帶來了很大的安全風險-您的聲音并不是驗證您身份的最佳方法。 如果其他人的聲音與您的聲音足夠相似,那么他們可以輕松地使用此聲音來解鎖您的電話并獲得對其的完全訪問權限。

But now, Google is removing that feature from all Android phones. It started with the Pixel 3 and 3 XL, but confirmed that this would also get canned on all other Android devices in the future—a future that has apparently arrived. The Moto X and Pixel XL are the first devices to lose this functionality, so it shouldn’t be too much longer before it’s removed on others, too.

但是現在,Google正在從所有Android手機中刪除該功能。 它始于Pixel 3和3 XL,但確認將來也可以在所有其他Android設備上使用此功能-顯然已經到來了。 Moto X和Pixel XL是最早失去此功能的設備,因此在其他設備上刪除它的時間也不應太長。

Of course, with this increase in security, you’ll also get a loss in functionality. Anything that would require you to unlock your phone—like sending a text message, for example—will no longer be an option. It’s sort of a bummer, no doubt, but it’s a tradeoff that’s worthwhile.

當然,隨著安全性的提高,您也會失去功能。 不再需要您解鎖手機的任何內容(例如,發送短信)。 毫無疑問,這有點讓人不知所措,但這是一個值得權衡的問題。

Without the Voice Unlock feature, Assistant will be limited to “personal results” only. According to 9to5Google, This includes:

如果沒有語音解鎖功能,助手將僅限于“個人結果”。 根據9to5Google ,這包括:

  • Email, including personal results from Gmail, like flight reservations and bills

    電子郵件,包括來自Gmail的個人搜索結果,例如航班預訂和賬單
  • Google Calendar

    Google日歷
  • Contacts

    聯絡人
  • Reminders

    提醒事項
  • Memory aids

    記憶輔助
  • Shopping lists

    購物清單

Anything more will require the phone to be unlocked before proceeding. Similarly, you’ll no longer be able to tap the home button to go directly home after calling up the Assistant—you’ll have to unlock the phone with your PIN, pattern, passwords, or biometric verification first.

任何其他操作都需要先解鎖手機,然后再繼續。 同樣,在調用助手后,您將不再能夠點擊“主頁”按鈕直接回家,而您必須首先使用PIN碼,圖案,密碼或生物特征驗證來解鎖手機。

9to5Google via Engadget

9to5Google通過Engadget

翻譯自: https://www.howtogeek.com/406496/ok-google-is-getting-a-lot-more-secure-on-locked-phones/

火狐ok谷歌適配

本文來自互聯網用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務,不擁有所有權,不承擔相關法律責任。
如若轉載,請注明出處:http://www.pswp.cn/news/278686.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/278686.shtml
英文地址,請注明出處:http://en.pswp.cn/news/278686.shtml

如若內容造成侵權/違法違規/事實不符,請聯系多彩編程網進行投訴反饋email:809451989@qq.com,一經查實,立即刪除!

相關文章

angular ng-zorro 用組件自身方的法來重置表單校驗

官網文檔的API并沒有提供對應的重置表單校驗函數の說明,在控制臺打印this.validateForm(校驗表單對象) 往往我們只關注亮色函數、屬性,而這次重置函數藏在__prop__中! 激動萬分的使用 this.validateForm.reset()&…

Django用戶注冊、登錄、注銷(一)

使用Django自帶的用戶認證系統編寫認證、登錄、注銷基本功能 功能: 使用Django默認的User表 1)注冊 判斷是否已存在此用戶,存在的話提示報錯“用戶已存在”; 判斷兩次輸入的密碼是否一致,不一致的話提示報錯“密碼不一…

1月3日學習內容整理:modelform

1、modelform本質上還是form組件 2、引入 from django.forms import ModelForm 3、創建 class Form(ModelForm): class Meta: modelBook Book就是models.py中定義的類,也就是表 firelds"_ _all_ _" 代表繼承Book表中的所有字…

如何在PowerPoint中自動調整圖片大小

PowerPoint can automatically resize an image to fit a shape. You can also resize multiple images already in your presentation to all be the same size. Here’s how it works. PowerPoint可以自動調整圖像大小以適合形狀。 您還可以將演示文稿中已有的多個圖像調整為…

vue目錄結構

vue目錄結構參考一參考二參考三參考一 目錄一級二級bulid項目構建的一些 js 文件config配置文件項,index.js 比較重要,打包上線需要修改配置dist項目打包后的文件node_modulesnpm安裝包位置src項目的開發目錄-assets圖片、字體等資源-components公共組件…

js獲取當前日期

var myDate new Date(); myDate.getYear(); //獲取當前年份(2位) myDate.getFullYear(); //獲取完整的年份(4位,1970-????) myDate.getMonth(); //獲取當前月份(0-11,0代表1月) myDate.getDate(); //獲取當前日(1-31) myDate.getDay(); //獲取當前星期X(0-6,0代表星期天) …

如何在不支付Adobe Photoshop費用的情況下處理Camera Raw

You might think that you need expensive software to take advantage of Camera RAW—something like Photoshop or the more modestly priced Lightroom. Fortunately there is freeware that can help you achieve professional results without professional costs. 您可能…

eclipse 代碼提示后面的百分比是什么意思?

簡而言之,就是提示你其他人(開發人員)在此情形下使用該方法百分比,最常用方法百分比 見http://www.eclipse.org/recommenders/manual/#d0e32 Call Completion The Call Completion engine, for example, provides you with recomm…

python實現關聯規則

代碼中Ci表示候選頻繁i項集,Li表示符合條件的頻繁i項集    # codingutf-8    def createC1(dataSet): # 構建所有1項候選項集的集合    C1 []    for transaction in dataSet:    for item in transaction:    if [item] not in C1:   …

Progressive Web App(PWA)

Progressive Web App一、 PWA 宣傳 : Reliable ( 可靠的 )、Fast( 快速的 )、Engaging( 可參與的 )二、什么是Progressive三、為什么我們需要Progressive Web App一、 PWA 宣傳 : Re…

travis-cli 使用

1. 添加項目登錄 travis 選擇對應項目即可 2. 添加持續集成文件.travis.ymllanguage: node_js node_js:- "node" before_install: - npm install -g jspm - jspm install script: - jspm bundle lib/main --inject備注:這是一個jspm 項目 3. 構建travis 是…

在Windows Media Center中收聽超過100,000個廣播電臺

A cool feature in Windows 7 Media Center is the ability to listen to local FM radio. But what if you don’t have a tuner card that supports a connected radio antenna? The RadioTime plugin solves the problem by allowing access to thousands of online radio …

vue項目中按需引入viewUI

viewUI一、按需引入二、忽略eslint編譯器檢測和編譯檢測1.忽略編譯器檢測2.編譯器中忽略一、按需引入 npm install babel-plugin-import --save-dev // .babelrc1 { “plugins”: [[“import”, { “libraryName”: “view-design”, “libraryDirectory”: “src/components”…

IntelliJ IDEA——數據庫集成工具(Database)的使用

idea集成了一個數據庫管理工具,可以可視化管理很多種類的數據庫,意外的十分方便又好用。這里以oracle為例配置。 1、配置 在窗口的右邊有個Database按鈕,點擊。 如果沒有,請點擊上方的View(視圖)-Tool Windows(工具窗口)-Database…

為什么VC經常輸出燙燙燙燙燙燙燙燙

在Debug 模式下, VC 會把未初始化的棧內存全部填成0xcc,當字符串看就是 燙燙燙燙……會把未初始化的堆內存全部填成0xcd,當字符串看就是 屯屯屯屯……可以讓我們方便地看出那些內存沒初始化但是Release 模式下不會有這種附加動作,…

代碼評審會議_如何將電話會議(和訪問代碼)另存為聯系人

代碼評審會議Dialing a conference call doesn’t have to be a tedious process. Your iPhone or Android phone can automatically dial into the call and enter a confirmation code for you. You just have to create a special type of contact. 撥打電話會議不一定是一個…

Vuex使用總結

Vuex綜合使用一、倉庫1.主倉庫2.子倉庫二、使用1.全局(index.js和未開啟命名空間的子倉庫)2.子倉庫(子倉庫定義了namespaced: true),倉庫名:home3.使用strict嚴格模式(建議)三、批量…

好未來提前批

好未來提前批(注:轉載于牛客網) 一面(25minutes) 1.創建對象的幾種方式2.Jsp九大隱式對象3.自己封裝的持久層框架用過么4.Spring ioc讓你實現怎么實現呢(工廠反射,我半年前寫過,忘記了)5.Aop的實…

Nginx服務學習(6)-日志模塊

日志模塊的說明 日志的默認路徑:error_log /var/log/nginx/error.log warn; warn是指日志的等級,一般有debug, info, notice, warn, error, crit。access_log /var/log/nginx/access.log main; main是指訪問日志記錄的格式信息,在…

vue mock模擬后臺接口數據

vue mock一、Json server二、Mock 服務1.安裝2.創建 Mock3.main.js引入4.組件中axure請求一、Json server 輕量級,將已有的json文件跑在服務器上供前端調用 npm install -g json-server 啟動JSON數據服務器: json-server --watch json文件名 或 json-se…