Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TIMOB-19851] Android: Media - Crash and other bugs in new permissions architecture #7386

Closed
wants to merge 1 commit into from

Conversation

FokkeZB
Copy link
Contributor

@FokkeZB FokkeZB commented Nov 3, 2015

https://jira.appcelerator.org/browse/TIMOB-19851

NOTE: This only resolves the documentation part of the JIRA ticket. Crash is still there.

@hieupham007
Copy link
Contributor

Fokke, our CLI automatically add the camera permission when certain methods are used in the app, i.e: showCamera(). In your example, you did not use any camera related methods (besides the methods requesting for permissions), therefore the 'camera' permission is not added to the manifest. This is correct behavior.

@FokkeZB
Copy link
Contributor Author

FokkeZB commented Nov 10, 2015

@hieupham007 I see:
https://github.com/appcelerator/titanium_mobile/blob/1607237763f9e490e41d98b8d711ac49eeb01043/android/cli/commands/_build.js#L3368

Well, then surely if you use a permission method those permissions should be added right?

@FokkeZB FokkeZB closed this Nov 12, 2015
@FokkeZB FokkeZB deleted the patch-32 branch November 12, 2015 08:00
@FokkeZB
Copy link
Contributor Author

FokkeZB commented Nov 12, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants