Back to project page Bluetooth-Toggling-Tool.
The source code is released under:
Apache License
If you think the Android project Bluetooth-Toggling-Tool 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.example.bluetooth_app; /*w w w . java 2s .c om*/ import android.support.v4.app.Fragment; public class MainScreenActivity extends SingleFragmentActivity { @Override protected Fragment createFragment() { return new MainScreenFragment(); } }