Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1171)

Unified Diff: webrtc/examples/objc/AppRTCMobile/ios/Info.plist

Issue 2372203002: Add usage description strings to Info.plist (Closed)
Patch Set: rebase Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/examples/objc/AppRTCMobile/ios/Info.plist
diff --git a/webrtc/examples/objc/AppRTCMobile/ios/Info.plist b/webrtc/examples/objc/AppRTCMobile/ios/Info.plist
index e46d0e679b30d19128b7901438ca6fac49ae26e5..5c12e6a37afb15a1ebdbaeb82a50dba44f4bbc52 100644
--- a/webrtc/examples/objc/AppRTCMobile/ios/Info.plist
+++ b/webrtc/examples/objc/AppRTCMobile/ios/Info.plist
@@ -61,6 +61,10 @@
<string>audio</string>
<string>voip</string>
</array>
+ <key>NSCameraUsageDescription</key>
+ <string>AppRTCDemo needs access to the camera</string>
tkchin_webrtc 2016/09/27 13:41:07 Consider not using the app name here. e.g. Camera
kthelgason 2016/09/27 13:55:33 Acknowledged.
+ <key>NSMicrophoneUsageDescription</key>
+ <string>AppRTCDemo needs access to the microphone</string>
<key>UILaunchImages</key>
<array>
<dict>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698