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

This commit is contained in:
Jason Hsu
2020-01-14 05:53:19 +00:00
committed by Android (Google) Code Review
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;
}
}