Fixing the build
Change-Id: Iece94781e42cf2e9e0b0d8e447c0754c8bb17003
This commit is contained in:
@@ -442,7 +442,7 @@ public class AccessibilityNodeProviderActivity extends Activity {
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public boolean performAccessibilityAction(int action, int virtualViewId) {
|
||||
public boolean performAction(int virtualViewId, int action, Bundle arguments) {
|
||||
if (virtualViewId == View.NO_ID) {
|
||||
// Perform the action on the host View.
|
||||
switch (action) {
|
||||
|
||||
Reference in New Issue
Block a user