Back to project page BluetoothGlass.
The source code is released under:
GNU General Public License
If you think the Android project BluetoothGlass 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.vicmns.bluetoothglass.server; /* ww w . j a v a 2s.com*/ import android.app.Application; import com.vicmns.bluetoothglass.server.data.BluetoothParametersHolder; /** * Created by Victor Cervantes on 3/14/14. */ public class MainApplication extends Application { @Override public void onCreate() { new BluetoothParametersHolder(); super.onCreate(); } }