Back to project page WifiHotspotBTEnabler.
The source code is released under:
GNU General Public License
If you think the Android project WifiHotspotBTEnabler 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 ca.diogosoares.android.HotspotBTEnabler; // www. jav a 2s .c o m /*** * * @author Diogo Soares, 02/2014 * */ public class Config { public String selectedDeviceName = ""; public String selectedDeviceAddress = ""; public boolean enableAuoMode = false; }