summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/WallpaperChangedReceiver.java
Commit message (Collapse)AuthorAgeFilesLines
* Trebuchet Statistics:Martin Brabham2015-05-281-0/+15
| | | | | | | | - Add plumbing for sending events. - Add aggregation service that runs on some interval - Hook send events into respective UX interactions Change-Id: I77ba0ab75daf845621d800e0adf3e658096926af
* Set App context from WallpaperChanged receiver. (Bug 12525684)Winson Chung2014-01-131-0/+1
| | | | Change-Id: Ie037d74d31e6b05b0ae5bb25ed1bf1c639a28a5f
* Update suggested wallpaper dimensions in onResumeMichael Jurka2013-12-031-0/+28
If another launcher runs in between, it might change the suggested dimensions. This fixes that case. Bug: 11667475