Merge "Stop exposing constructor of TetheringConstants"

This commit is contained in:
Mark Chien
2020-02-20 12:46:19 +00:00
committed by Gerrit Code Review

View File

@@ -33,6 +33,9 @@ import android.os.ResultReceiver;
*/
@SystemApi(client = MODULE_LIBRARIES)
public class TetheringConstants {
/** An explicit private class to avoid exposing constructor.*/
private TetheringConstants() { }
/**
* Extra used for communicating with the TetherService. Includes the type of tethering to
* enable if any.