- Google Home appears to be implementing a new feature that uses Bluetooth Low Energy (BLE) to detect when you approach your smart lock and unlock it automatically.
- Analysis of the Android “Google Home” app v4.19.63.1 update file revealed new resource code related to an automatic unlocking process for smart locks utilizing Bluetooth Low Energy (BLE).
- This functionality is expected to be available for smart locks compatible with the “Matter” smart home standard.
Google’s smart home service, “Google Home,” appears to be implementing a feature that uses Bluetooth Low Energy (BLE) to detect when you are approaching your smart lock and automatically unlock it.
This discovery was made through our site’s original “App Analysis” feature.
「アプリ解析」
当サイトの「アプリ解析」カテゴリで公開している記事では、最新 Android アプリを逆コンパイルして独自に解析し、今後実装される可能性のある新機能や変更点などをお届けします。正式リリース前の新機能や変更となるため開発段階の未確定な情報も含まれますが、Android アプリの今後のアップデート動向をいち早くキャッチできる、ほかにはない当サイトオリジナルコンテンツです。
当サイトオリジナルの「アプリ解析」コンテンツを見逃さないよう、ぜひ Google の「優先ソース」に当サイト「Jetstream 」を登録してください。
By analyzing the application file for the Android version of the “Google Home” app v4.19.63.1, released on Tuesday, June 30, 2026, we confirmed that resource code related to an automatic unlocking process for smart locks using Bluetooth Low Energy (BLE) has been added.
<activity
android:name="com.google.android.apps.chromecast.app.remotecontrol.safety.LockProximityUnlockActivity"
android:exported="false"
android:taskAffinity=""
android:noHistory="true"/>
<receiver
android:name="com.google.android.apps.chromecast.app.remotecontrol.safety.LockProximityReceiver"
android:permission="android.permission.BLUETOOTH|android.permission.BLUETOOTH_ADMIN"
android:exported="true">
<intent-filter>
<action android:name="com.google.android.apps.chromecast.app.remotecontrol.safety.action.BLE_SCANNED"/>
</intent-filter>
</receiver>
While many smart locks already include their own automatic unlocking features, integrating this into “Google Home” will allow for centralized management of smart home devices within the Google Home ecosystem. It is likely that this feature will be available for smart locks compatible with the “Matter” smart home standard.
Google Home App Link






