com.fizzbuzz.android.bluetooth.LoggingManager Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fb-android-bluetooth Show documentation
Show all versions of fb-android-bluetooth Show documentation
A helper library for using bluetooth on Android
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";
}