Back to project page WifiDLite.
The source code is released under:
Apache License
If you think the Android project WifiDLite 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.albertcbraun.wifidlitedemoapp; // w w w . j av a 2 s. com import android.app.Application; import android.test.ApplicationTestCase; /** * No tests yet ... */ public class ApplicationTest extends ApplicationTestCase<Application> { public ApplicationTest() { super(Application.class); } }