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:
@@ -1341,7 +1341,6 @@ public class UsbManager {
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
@SystemApi
|
||||
@RequiresPermission(Manifest.permission.MANAGE_USB)
|
||||
boolean resetUsbPort(@NonNull UsbPort port, int operationId,
|
||||
IUsbOperationInternal callback) {
|
||||
|
||||
Reference in New Issue
Block a user