History log of /packages/apps/ContactsCommon/src/com/android/contacts/common/util/ImplicitIntentsUtil.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
43c875a9b1510892558340e5802993e4dab26921 04-Mar-2015 Brian Attwell <brianattwell@google.com> Set class name correctly

ResolveInfo.getClass() returns ResolveInfo.class. We want the class
name contained inside ResolveInfo. Not ResolveInfo.class.

This line isn't necessary. I added it at the last minute for performance
and didn't test it. Embarassing.

Bug: 19505368
Change-Id: I82ef33227e6cb73b3b706dc50f0c4577664fbbba
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/ImplicitIntentsUtil.java
699338b32ffceeb4908b327d5d96f5325b1976ea 04-Mar-2015 Brian Attwell <brianattwell@google.com> Don't let queryIntentActivities cause crash

Also, use PakageManager.MATCH_DEFAULT_ONLY. This restricts
the ResolveInfo to the list that would have internally used
by startActivity.

Bug: 19597471
Change-Id: Id9aea18801c55f81cc20341588f94b82289c9f14
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/ImplicitIntentsUtil.java
5a8dc08da63762d69b71938b45ccb96ad4076a00 20-Feb-2015 Brian Attwell <brianattwell@google.com> Avoid senseless disambiguation #1/2

This makes having two contacts apps on the same
device tolerable.

Bug: 18777272
Change-Id: Ib75eadfb94eee2c5c8305747eddd01ba9a8b1dc4
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/ImplicitIntentsUtil.java