Back to project page BikeStation.
The source code is released under:
GNU General Public License
If you think the Android project BikeStation 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.bikestation.app; import com.bikestation.app.BluetoothConnector; public class ExtApp { public static final BluetoothConnector bluetoothConnector = new BluetoothConnector(); public static String login = "kdravolin@gmail.com"; public static String pwd = "pwd"; }