diff --git a/src/android/CHIPTool/app/src/main/AndroidManifest.xml b/src/android/CHIPTool/app/src/main/AndroidManifest.xml index 1cee8e71b6eab0..e681e19cf9f54d 100644 --- a/src/android/CHIPTool/app/src/main/AndroidManifest.xml +++ b/src/android/CHIPTool/app/src/main/AndroidManifest.xml @@ -28,7 +28,7 @@ <intent-filter> <action android:name="android.nfc.action.NDEF_DISCOVERED" /> <category android:name="android.intent.category.DEFAULT" /> - <data android:scheme="ch" /><!-- Process CHIP URIs --> + <data android:scheme="mt" /><!-- Process Matter URIs --> </intent-filter> </activity> </application>