Merge "Remove @TestApi from @SystemApi symbols" am: 5cedf5097c am: cbe282347e

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1466264

Change-Id: I86daec690141893837ec58ab1d75aecc88557ff9
This commit is contained in:
Anton Hansson
2020-10-20 19:45:04 +00:00
committed by Automerger Merge Worker

View File

@@ -37,7 +37,6 @@ import java.util.concurrent.Executor;
* @hide
*/
@SystemApi
@TestApi
@SystemService(Context.ETHERNET_SERVICE)
public class EthernetManager {
private static final String TAG = "EthernetManager";