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

Commit 24dbbd02 authored by Brian Attwell's avatar Brian Attwell Committed by Natiq Ahmed
Browse files

Don't show shortcut menu item for homescreen

Bug: 18581314
Change-Id: I169ca8e554d3fb288526eee7fc1532d7de2220da
parent 94907618
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2358,6 +2358,9 @@ public class QuickContactActivity extends ContactsActivity {
    }

    private boolean isShortcutCreatable() {
        if (mContactData == null || mContactData.isUserProfile()) {
            return false;
        }
        final Intent createShortcutIntent = new Intent();
        createShortcutIntent.setAction(ACTION_INSTALL_SHORTCUT);
        final List<ResolveInfo> receivers = getPackageManager()