Camera autofocus needs to be disabled at framework level and enabled on a per 
app basis
---------------------------------------------------------------------------------------

                 Key: CB-467
                 URL: https://issues.apache.org/jira/browse/CB-467
             Project: Apache Callback
          Issue Type: Bug
          Components: Android, CordovaJS, iOS
    Affects Versions: 1.5.0, 1.4.0, 1.3.0, 1.2.0, 1.1.0, 1.0.0
            Reporter: Manoj
            Assignee: Joe Bowser
             Fix For: 1.6.0, 1.7.0


If i decide to add a  camera feature in config.xml, with something like
    <feature name="http://api.phonegap.com/1.0/camera"/> and then generate a 
build through build.phonegap.com,
I have noticed that the generated AndroidManifest.xml of the .apk file lists 
the following as requirements 
android.hardware.camera 
android.hardware.camera.autofocus 
While the first line is needed, the second is not and acts as a restricting 
filter in the android market even though camera autofocus in not a requirement.
It would make more sense to have autofocus disabled on the framework level and 
enabled on a per-app basis only when needed.


--
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

        

Reply via email to