jfoclpf commented on code in PR #814:
URL:
https://github.com/apache/cordova-plugin-camera/pull/814#discussion_r1111214065
##########
plugin.xml:
##########
@@ -55,7 +55,7 @@
</feature>
</config-file>
<config-file target="AndroidManifest.xml" parent="/*">
- <uses-permission
android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
+ <uses-permission
android:name="android.permission.WRITE_EXTERNAL_STORAGE"
android:maxSdkVersion="32" />
</config-file>
Review Comment:
@ochakov could you add that to this PR, such that I can use this PR in my
project?
thanks
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]