summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/WallpaperChangedReceiver.java
Commit message (Collapse)AuthorAgeFilesLines
* Trebuchet Statistics:Martin Brabham2016-01-041-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 Trebuchet: send metrics values as strings - Also refer to the declared intent Change-Id: I3c99cc071aa2f4241ea8d3e6d2e8683f1f748e7d Signed-off-by: Roman Birg <roman@cyngn.com> Stop unnecessary exception posting to logcat. Change-Id: I4f741246dc2ee77b24c3bb94075e12535fcd7ead
* 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