Iam using sencha packager to package sencha app how do i modify the android manifest file that gets created as part of the build process…
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can change the android manifest file in sencha 2.1rc1 onwards which requires sencha sdk tools v3. But if you are using 2.0 like me then you are out of luck…
To change permissions in packager.json just add extra attribute “permissions”: [“CAMERA”, …]