Add missing Override annotation

Bug: 254223085
Test: m build
Change-Id: If329966c5f8f9b9435eaa40374d268135b4f1107
This commit is contained in:
menghanli
2023-03-20 10:47:29 +08:00
parent 1c00ee51b2
commit 06e2e3a5e0

View File

@@ -3884,6 +3884,7 @@ public class AccessibilityManagerService extends IAccessibilityManager.Stub
}
}
@Override
public boolean isAccessibilityTargetAllowed(String packageName, int uid, int userId) {
final long identity = Binder.clearCallingIdentity();
try {
@@ -3907,6 +3908,7 @@ public class AccessibilityManagerService extends IAccessibilityManager.Stub
}
}
@Override
public boolean sendRestrictedDialogIntent(String packageName, int uid, int userId) {
// The accessibility service is allowed. Don't show the restricted dialog.
if (isAccessibilityTargetAllowed(packageName, uid, userId)) {