Add missing Override annotation
Bug: 254223085 Test: m build Change-Id: If329966c5f8f9b9435eaa40374d268135b4f1107
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user