From b3c66e2628a7359480cd2cb8f0fc9052b18c733a Mon Sep 17 00:00:00 2001 From: Tanmay Kumar Date: Mon, 11 May 2026 12:39:53 +0530 Subject: [PATCH] Update android - Remove tip for device-match --- docs/device-connect/android.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/device-connect/android.md b/docs/device-connect/android.md index 2e20de0a..e5447f15 100644 --- a/docs/device-connect/android.md +++ b/docs/device-connect/android.md @@ -301,9 +301,6 @@ FinBox.setDeviceMatch(deviceMatch); -::: tip TIP -For Device Match to work at full potential, the SDK expects `android.permission.READ_CONTACTS`, `android.permission.GET_ACCOUNTS`, `android.permission.READ_SMS` to be accepted by the user. -::: ## Forward Notifications to SDK (Important)