summaryrefslogtreecommitdiff
path: root/src/com/android/launcher2/PreloadReceiver.java
AgeCommit message (Collapse)Author
2014-03-17Add optional flag to clear old preloaded workspaceJason Monk
Adds an optional extra to the PRELOAD_WORKSPACE broadcast receiver, that when set to true will clear the database of any previously loaded workspace if needed. All new code is guarded by this extra and will only be triggered by the EDU NfcProvision adding this new flag. This will allow EDU provisioning flow to override any previous preloads set by gservices. Bug: 13474473 Change-Id: I973c613c4ca024de18ba57a903f4a5d78cbdfc98
2012-10-02Specify workspace resource in preload broadcastBrian Muramatsu
Bug 7203884 Allow specifying the workspace XML layout in the PRELOAD_WORKSPACE broadcast. Change-Id: Iec01c6fa2dde4635f624f040b0772ee11fcd88dc
2012-06-12Clean up warnings and some private API usageMichael Jurka
Change-Id: Ic3c0b333942bc3de130e41531017e71358bd5bfb
2012-05-15Populate the default workspace earlierBrian Muramatsu
Adds a receiver that populates the default workspace. It can be called by the system when it's ready for launcher to preload. Change-Id: If885fcfd931c459f87e9bb0df4c8bca00906f3c1