OSDN Git Service

Query the title and icon for app using correct user handle.
authorHyunyoung Song <hyunyoungs@google.com>
Fri, 17 Jul 2015 00:24:30 +0000 (17:24 -0700)
committerHyunyoung Song <hyunyoungs@google.com>
Fri, 17 Jul 2015 00:24:30 +0000 (17:24 -0700)
commitf63dda5e153febf0b5163ac41d927129ec822314
tree0a653df670a029703b90f59465ed9cedf1bddb5b
parent7dc9a0f7d7e138cb9e685609777021b74e8dd67b
Query the title and icon for app using correct user handle.

> Note: when there are corp and regular user profile widget providers,
it is guaranteed that regular user profile widget provider is always
queried first. Thsi is guaranteed because inside AppWidgetManagerCompat.getProviders(),
regular user always takes prescedence when iterating thru different providers
associated to different users.

Change-Id: I5e38e1fb30925ccba7e1e2925fd3e77c44a14901
src/com/android/launcher3/model/WidgetsModel.java