Back to project page fb-android-bluetooth.
The source code is released under:
Apache License
If you think the Android project fb-android-bluetooth 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.fizzbuzz.android.bluetooth; class LoggingManager { // This class exists just to define a static string for use by other classes in this package. Make the constructor private to prevent // instantiation. private LoggingManager() { } public static final String TAG = "com.fizzbuzz.android.bluetooth"; }