Type-o in cordova.android.js : Camera.DestinationType.FILE_URL s/b FILE_URI
----------------------------------------------------------------------------
Key: CB-383
URL: https://issues.apache.org/jira/browse/CB-383
Project: Apache Callback
Issue Type: Bug
Components: Android
Affects Versions: 1.6.0
Reporter: Libby Baldwin
Assignee: Joe Bowser
Fix For: 1.6.0
Found by yimingwuzere on thread below. Affects default destinationType if not
set explicitly.
In cordova.android.js, change the line:
var destinationType = Camera.DestinationType.FILE_URL;
to
var destinationType = Camera.DestinationType.FILE_URI;
https://groups.google.com/forum/#!topic/phonegap/C_AGpbJQ7To
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira