Accessibility shortcut secondary action - legacy type fragment only have hardware shortcut

- LegacyAccessibilityServicePreferenceFragment only allowed hardware shortcut, software shortcut appear is controlled by flagRequestAccessibilityButton

Bug: 142530063
Test: manual
Change-Id: I90c7246c83b5525613e22ff5f0ad03295288c53d
This commit is contained in:
jasonwshsu
2020-01-09 21:31:40 +08:00
parent 7ad9008ce9
commit 802fad998e
2 changed files with 16 additions and 1 deletions

View File

@@ -623,7 +623,7 @@ public class ToggleAccessibilityServicePreferenceFragment extends
}
}
private ComponentName getComponentName() {
ComponentName getComponentName() {
return mComponentName;
}
}