Merge "Add Quick Settings shortcut option into Hearing Devices accessibility settings page" into main
This commit is contained in:
@@ -97,13 +97,12 @@ public class AccessibilityHearingAidsFragment extends AccessibilityShortcutPrefe
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected ComponentName getTileComponentName() {
|
protected ComponentName getTileComponentName() {
|
||||||
// Don't have quick settings tile for now.
|
return AccessibilityShortcutController.ACCESSIBILITY_HEARING_AIDS_TILE_COMPONENT_NAME;
|
||||||
return null;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected CharSequence getTileTooltipContent(int type) {
|
protected CharSequence getTileTooltipContent(int type) {
|
||||||
// Don't have quick settings tile for now.
|
// No tooltip to be shown
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user