Hi. How do ii give the camera app write permissions on the sd card please? Thanks Justin
J Justindutoit Lurker Jan 4, 2013 2 0 25 Jan 4, 2013 #1 Hi. How do ii give the camera app write permissions on the sd card please? Thanks Justin
peanutmans Newbie Dec 31, 2012 11 0 35 www.facebook.com Jan 4, 2013 #2 Hi Check out Camera | Android Developers for the some permissions to add to your manifest. The one I think you are looking for is <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> If I understand your question
Hi Check out Camera | Android Developers for the some permissions to add to your manifest. The one I think you are looking for is <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> If I understand your question
peanutmans Newbie Dec 31, 2012 11 0 35 www.facebook.com Jan 4, 2013 #3 fore some more help check stack overflow which I think is invaluble Using Android Camera - Stack Overflow
fore some more help check stack overflow which I think is invaluble Using Android Camera - Stack Overflow