From 2d3ea8f4ca05cfc49792fc4a2c472e0a3f62bea5 Mon Sep 17 00:00:00 2001 From: ilyas ipek <54671252+ilyasipek@users.noreply.github.com> Date: Fri, 24 May 2024 17:30:59 +0300 Subject: [PATCH] Add the missing 'contacts' permission to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8c8c0f9..5191e88 100755 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ The full list can be found in `dev.icerock.moko.permissions.Permission` enum. * Bluetooth Scan: **Permission.BLUETOOTH_SCAN** * Bluetooth Connect: **Permission.BLUETOOTH_CONNECT** * Bluetooth Advertise: **Permission.BLUETOOTH_ADVERTISE** +* Contacts: **Permission.CONTACTS** * Motion: **Permission.MOTION** ## Usage