Skip to content

Commit

Permalink
[nfc] fix Matter URI scheme (#9180)
Browse files Browse the repository at this point in the history
  • Loading branch information
LuDuda authored Aug 24, 2021
1 parent ca4a88d commit 809b81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/android/CHIPTool/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 809b81a

Please sign in to comment.