Merge "Change TetheringConstants class to final"

This commit is contained in:
Mark Chien
2020-03-16 05:25:40 +00:00
committed by Gerrit Code Review

View File

@@ -32,7 +32,7 @@ import android.os.ResultReceiver;
* @hide
*/
@SystemApi(client = MODULE_LIBRARIES)
public class TetheringConstants {
public final class TetheringConstants {
/** An explicit private class to avoid exposing constructor.*/
private TetheringConstants() { }