Merge "Do not disable the default shortcut at the end of setup."
This commit is contained in:
@@ -650,6 +650,11 @@ public class AccessibilityShortcutController {
|
||||
*
|
||||
*/
|
||||
private void setEmptyShortcutTargetIfNeeded() {
|
||||
if (hasFeatureLeanback()) {
|
||||
// Do not disable the default shortcut on TV.
|
||||
return;
|
||||
}
|
||||
|
||||
final ContentResolver contentResolver = mContext.getContentResolver();
|
||||
|
||||
final String shortcutTargets = Settings.Secure.getStringForUser(contentResolver,
|
||||
|
||||
Reference in New Issue
Block a user