[automerger] Refactor initializing LauncherAccessibilityDelegate am: 8588fd0ea2
Change-Id: I77e6f167733bb78d75899dd8bc09423330577270
This commit is contained in:
@@ -94,6 +94,10 @@ public class LauncherAccessibilityDelegate extends AccessibilityDelegate impleme
|
||||
launcher.getText(R.string.action_deep_shortcut)));
|
||||
}
|
||||
|
||||
public void addAccessibilityAction(int action, int actionLabel) {
|
||||
mActions.put(action, new AccessibilityAction(action, mLauncher.getText(actionLabel)));
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onInitializeAccessibilityNodeInfo(View host, AccessibilityNodeInfo info) {
|
||||
super.onInitializeAccessibilityNodeInfo(host, info);
|
||||
|
||||
Reference in New Issue
Block a user