Back to project page TriggerStick-Android.
The source code is released under:
GNU General Public License
If you think the Android project TriggerStick-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 com.triggerstick; //from ww w . j a va 2s . c om import android.bluetooth.BluetoothAdapter; import android.bluetooth.BluetoothSocket; public class MyApp { public static BluetoothLogService mLogService = null; public static BluetoothSocket btSocket = null; public static BluetoothAdapter mBluetoothAdapter = null; static String[] messages; // Set up enough strings to contain the desired # of messages }