Back to project page hellomap3d-android.
The source code is released under:
MIT License
If you think the Android project hellomap3d-android 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.nutiteq.filepicker; /*from w ww .j av a 2 s . c o m*/ import java.io.FileFilter; public interface FilePickerActivity { String getFileSelectMessage(); FileFilter getFileFilter(); }