Reload P2P group list
WifiP2pGroupList doesn't clear when group is started.
And then, WifiP2pGroupList updates existing member.
In this case, framework updates LruCache by new member same as existing
member.
As a result, LruCache.put() calls entryRemoved for new member
and it calls removeNetwork.
So when P2P_GROUP_STARTED_EVENT is received, updatePersistentNetworks
should be called with "RELOAD" to avoid to call removeNetwork.
Bug: 62007204
Bug: 62007016
Change-Id: Ie009e3f7e33201fa274923b0f6153eeb07525b18
Singed-off-by Daisuke Niwa <daisuke.x.niwa@sonymobile.com>
1 file changed