Back to project page AsciiCamera.
The source code is released under:
Apache License
If you think the Android project AsciiCamera listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.spectralsoftware.asciicamera; /** * This class exists only to handle the undocumented com.android.camera.NEW_PICTURE * broadcast intent sent by the camera app in Android verions before 4.0. */ public class NewPictureReceiverLegacyBroadcast extends NewPictureReceiver { }