[android-developers] Re: How to auto start capturing of picture using native camera?

2012-04-22 Thread Julio Cesar
Hi perumal316, for u take picture automatic is necessary that you call the method "takePicture" of your instance of de camera on method onCreate of your application. Remember that the "takePicture" method start one thread and if you need restart your preview, you need do this after save de fil

[android-developers] Disable USB Mass Storage or Protect SD Card folder

2012-04-12 Thread Julio Cesar Munoz
Hello Android team, I'm developing an application for view movies in the airplanes. We need to assure that the movies files will not be copied by the passengers when they plug the usb cable. Exists any way to prevent this in android, the device that we use is a Samsung Galaxy Tab 8.9 Regards,