From 52096f07e8a05a9b8d533ddb7ece86b1aee40a1d Mon Sep 17 00:00:00 2001 From: Jinwoo Hong <73622457+Jinwoo-H@users.noreply.github.com> Date: Wed, 27 May 2026 01:25:16 -0400 Subject: [PATCH] Preserve mobile microphone usage description Keep the iOS microphone usage string in Expo config after prebuild plugin resolution. --- mobile/app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/app.json b/mobile/app.json index 36ac09a71..57e43ffdd 100644 --- a/mobile/app.json +++ b/mobile/app.json @@ -69,7 +69,7 @@ "expo-camera", { "cameraPermission": "Allow Orca to use the camera for QR code scanning.", - "microphonePermission": false, + "microphonePermission": "Allow Orca to use your microphone for voice dictation sent to your paired desktop for transcription.", "recordAudioAndroid": false } ],