History log of /packages/apps/Launcher3/src/com/android/launcher3/SessionCommitReceiver.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e24cb63b811e2885a69e7df794e9972cdf5a57b9 11-Sep-2017 Hyunyoung Song <hyunyoungs@google.com> WallpaperManagerCompat should target correct platform
Also replace Utilities.isAtLeastO() to static final constant.
Bug: 65544683

Change-Id: I39fbea66939d72c31702748716c4e65b4f9bee6a
/packages/apps/Launcher3/src/com/android/launcher3/SessionCommitReceiver.java
a474a9bcf5d533ac942c58409e45e5ec6d8b4893 05-May-2017 Sunny Goyal <sunnygoyal@google.com> Simplifying logic for managed for icon addition

> Checking for duplicate icons before adding new icons

For O and above, icon addition is controlled using
SessionCommitReceiver.
As long as the Launcher is the default app, it will keep adding
icons on the homescreen. Apps installed while launcher was
not the default homescreen, no icons will be added.

For below O, icons are added based on package event. As long as
the Launcher process is running, it will keep adding icons on the
homescreen. Apps installed while the launcher app was dead, no
icons will be added.

Bug: 37528649
Bug: 37082950
Bug: 34112546
Change-Id: Ic99501fa476c00474a479f2a36c24614bfa3f4bf
/packages/apps/Launcher3/src/com/android/launcher3/SessionCommitReceiver.java
3e443a24576be93c8ecdeba29b04aa07b165d718 10-Apr-2017 Sunny Goyal <sunnygoyal@google.com> Initializing the Add To Homescreen setting by reading it from market app

> Also enabling add to home-to-homescreen feature based on install reason

Bug: 36588249
Change-Id: Icfc1edd4c31ed7eb50086f8ffb1a7858a9641b41
/packages/apps/Launcher3/src/com/android/launcher3/SessionCommitReceiver.java
0d7f19a56649076b08b88fcba83cb81ddacc4242 24-Mar-2017 Sunny Goyal <sunnygoyal@google.com> Temporarily ignoring session broadcasts for 3 hours

Bug: 34957633
Change-Id: Ia82a4a33f3ab07c12e98bd9060a839d660827acd
/packages/apps/Launcher3/src/com/android/launcher3/SessionCommitReceiver.java
4179e9b88f21d49e24ee005c00b0dad0de0ec343 08-Mar-2017 Sunny Goyal <sunnygoyal@google.com> Adding broadcast receiver to handle SESSION_COMMIT broadcast

> Disabling Install shortcut broadcast for O and above
> Adding a preference to control automatic icon addition on homescreen
> Adding icons on homescreen for new installs based on the above preference

Bug: 32920609
Bug: 27967412
Change-Id: I92e5cb7c841fb445dc8bc058d975f212ee54f8d1
/packages/apps/Launcher3/src/com/android/launcher3/SessionCommitReceiver.java