commit | 7553e937b3769e07e5f189666370211061849b6a | [log] [tgz] |
---|---|---|
author | Jack He <siyuanh@google.com> | Wed Sep 20 16:01:54 2017 -0700 |
committer | Jack He <siyuanh@google.com> | Fri Sep 22 11:35:51 2017 -0700 |
tree | 8e33871500f6e2b1fbeeb6d525903dbb8fd41e7c | |
parent | acf5c9a5894d95b79491c6abb7c967b7d8535a1b [diff] |
SAP: Initialize mIntentReceiver to null * When SAP server quits, it uses mIntentReceiver to determin whether it has be registered or not. However, it won't be null if it is initialized to an instance of BroadcastReceiver * This change creates SapServerBroadcastReceiver class and only assign mIntentReceiver to its instance in the constructor. Bug: 66230053 Test: build Change-Id: I65e587f98ffcc334372c5f8770a499f9ae265358