All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.fizzbuzz.android.bluetooth.LoggingManager Maven / Gradle / Ivy

There is a newer version: 1.0.3
Show newest version
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";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy