Loading src/com/android/contacts/quickcontact/QuickContactActivity.java +3 −0 Original line number Diff line number Diff line Loading @@ -2224,6 +2224,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() Loading Loading
src/com/android/contacts/quickcontact/QuickContactActivity.java +3 −0 Original line number Diff line number Diff line Loading @@ -2224,6 +2224,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() Loading