Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0e131b91 authored by Kaiqiang Wang's avatar Kaiqiang Wang Committed by Android (Google) Code Review
Browse files

Merge "Fix the accessibility shortcut funtionaility."

parents b2872edf 72c52dfb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -183,7 +183,7 @@ public class AccessibilityUtils {
        final String currentShortcutServiceId = Settings.Secure.getStringForUser(
                context.getContentResolver(), Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE,
                userId);
        if (currentShortcutServiceId != null) {
        if (!TextUtils.isEmpty(currentShortcutServiceId)) {
            return currentShortcutServiceId;
        }
        return context.getString(R.string.config_defaultAccessibilityService);