Expose TEST_TAP_PREFIX as system API

TestNetworkManager is a part of connectivity mainline module and
it is already a system API, but its constant - TEST_TAP_PREFIX
is hidden, so expose it for the callers inside framework.

Bug: 172183305
Test: make update-api
Change-Id: I7fc08be4a6ca6325d5b576b761afda17865cefaa
This commit is contained in:
lucaslin
2021-02-06 17:02:21 +08:00
committed by Lucas Lin
parent ca0b4f05f3
commit 8e2112473a

View File

@@ -41,7 +41,6 @@ public class TestNetworkManager {
/** /**
* Prefix for tap interfaces created by this class. * Prefix for tap interfaces created by this class.
* @hide
*/ */
public static final String TEST_TAP_PREFIX = "testtap"; public static final String TEST_TAP_PREFIX = "testtap";