summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/SessionCommitReceiver.java
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate work folderTony Mak2018-02-271-5/+3
| | | | | | FIX: 73876183 Change-Id: I9d15df247eed3500c679cba085c680b75581cffb
* WallpaperManagerCompat should target correct platformHyunyoung Song2017-09-111-2/+2
| | | | | | | Also replace Utilities.isAtLeastO() to static final constant. Bug: 65544683 Change-Id: I39fbea66939d72c31702748716c4e65b4f9bee6a
* Simplifying logic for managed for icon additionSunny Goyal2017-05-221-8/+9
| | | | | | | | | | | | | | | | | | | | > 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
* Initializing the Add To Homescreen setting by reading it from market appSunny Goyal2017-05-031-18/+84
| | | | | | | > Also enabling add to home-to-homescreen feature based on install reason Bug: 36588249 Change-Id: Icfc1edd4c31ed7eb50086f8ffb1a7858a9641b41
* Temporarily ignoring session broadcasts for 3 hoursSunny Goyal2017-03-241-0/+18
| | | | | Bug: 34957633 Change-Id: Ia82a4a33f3ab07c12e98bd9060a839d660827acd
* Adding broadcast receiver to handle SESSION_COMMIT broadcastSunny Goyal2017-03-091-0/+72
> 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