MOBILE-4470 config.xml: Add microphone permissions
parent
aa08f5a3b0
commit
156b91b07e
|
@ -73,6 +73,10 @@
|
||||||
<config-file parent="/manifest/application" target="AndroidManifest.xml">
|
<config-file parent="/manifest/application" target="AndroidManifest.xml">
|
||||||
<meta-data android:name="firebase_analytics_collection_deactivated" android:value="true" />
|
<meta-data android:name="firebase_analytics_collection_deactivated" android:value="true" />
|
||||||
</config-file>
|
</config-file>
|
||||||
|
<config-file parent="/*" target="AndroidManifest.xml">
|
||||||
|
<uses-feature android:name="android.hardware.bluetooth" android:required="false" />
|
||||||
|
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
|
||||||
|
</config-file>
|
||||||
</platform>
|
</platform>
|
||||||
<platform name="ios">
|
<platform name="ios">
|
||||||
<resource-file src="GoogleService-Info.plist" />
|
<resource-file src="GoogleService-Info.plist" />
|
||||||
|
@ -82,6 +86,9 @@
|
||||||
<edit-config file="*-Info.plist" mode="merge" target="NSPhotoLibraryUsageDescription">
|
<edit-config file="*-Info.plist" mode="merge" target="NSPhotoLibraryUsageDescription">
|
||||||
<string>We need photo library access to get pictures from there so you can attach them as part of your submissions.</string>
|
<string>We need photo library access to get pictures from there so you can attach them as part of your submissions.</string>
|
||||||
</edit-config>
|
</edit-config>
|
||||||
|
<edit-config file="*-Info.plist" mode="merge" target="NSMicrophoneUsageDescription">
|
||||||
|
<string>We need microphone access to record sounds so you can attach them as part of your submissions.</string>
|
||||||
|
</edit-config>
|
||||||
<edit-config file="*-Info.plist" mode="merge" target="UISupportsDocumentBrowser">
|
<edit-config file="*-Info.plist" mode="merge" target="UISupportsDocumentBrowser">
|
||||||
<true />
|
<true />
|
||||||
</edit-config>
|
</edit-config>
|
||||||
|
|
Loading…
Reference in New Issue