DO NOT MERGE Fix widget update listener

 Bug: 4193627
 Just need to expand the lifecycle during which we listen for preference changes
 Specifically, instead of listening between onResume and onPause, listen between
 onCreate and onDestroy since the dialog that sets the preference will cause the
 fragment to receive an onPause.

Change-Id: Ibaa62fc722d74840f159d6023af7ec1543ae4541
1 file changed