From c6c0df8bb5b5fd06b6886cafbc57a7aa3e5fd97d Mon Sep 17 00:00:00 2001 From: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com> Date: Tue, 2 Jan 2018 10:26:41 -0500 Subject: [PATCH] audio: allow microphone access - adds a NSMicrophoneUsageDescription key to the Info.plist file allowing use of the iphone's microphone Change-Id: I4ff8e69f6aee5458053fcdaa1a7a5bbeeeb5ebf7 Reviewed-by: Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com> --- Ring/Ring/Info.plist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Ring/Ring/Info.plist b/Ring/Ring/Info.plist index f9490413c..7da7633f2 100644 --- a/Ring/Ring/Info.plist +++ b/Ring/Ring/Info.plist @@ -57,6 +57,8 @@ <string>UIInterfaceOrientationLandscapeLeft</string> <string>UIInterfaceOrientationLandscapeRight</string> </array> + <key>NSMicrophoneUsageDescription</key> + <string>The microphone will be used for communication during a call.</string> <key>UIViewControllerBasedStatusBarAppearance</key> <false/> </dict> -- GitLab