Back to project page BrokenDisplay.
The source code is released under:
Apache License
If you think the Android project BrokenDisplay 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.foolish.brokendisplay.picturedialog; import android.graphics.drawable.Drawable; public interface IOnSelectPictureDialog { public void onPicture(int picture); }