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

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

Change-Id: I859503688ea3254d5bd1b55e80cf1962286e948f
This commit is contained in:
Anton Hansson
2020-10-20 20:31:58 +00:00
committed by Automerger Merge Worker

View File

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