Back to project page helsinki-testbed2-android.
The source code is released under:
GNU General Public License
If you think the Android project helsinki-testbed2-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 fi.testbed2.android.ui.dialog; // w w w. j a va2 s. com import android.app.Dialog; public interface DialogBuilder { public Dialog getAboutDialog(); public Dialog getWhatsNewDialog(); public Dialog getHardwareAccelerationDialog(); public Dialog getErrorDialog(String errorMessage); }