Skip to content
Snippets Groups Projects
Commit c6c0df8b authored by Andreas Traczyk's avatar Andreas Traczyk Committed by Kateryna Kostiuk
Browse files

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: default avatarKateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
parent 22e58c68
Branches
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment