Remove SystemApi on resetUsbPort

Remove SystemApi on resetUsbPort which only meant to be called by UsbPort

Bug: 216476071
Test: atest CtsSystemApiAnnotationTestCases:android.signature.cts.api.AnnotationTest#testAnnotation -- --abi x86_64
Change-Id: I2e71ef756814dd7fe2eb20e503dd5a12e729a9f7
This commit is contained in:
Ricky Niu
2022-01-27 15:52:44 +08:00
committed by Chien Kun Niu
parent 476cd2e3ca
commit 3a3874de97

View File

@@ -1341,7 +1341,6 @@ public class UsbManager {
*
* @hide
*/
@SystemApi
@RequiresPermission(Manifest.permission.MANAGE_USB)
boolean resetUsbPort(@NonNull UsbPort port, int operationId,
IUsbOperationInternal callback) {