Use Bundle for inter-process message
The message sent from NetworkScanRequestTracker to TelephonyScanManager might be across different process, so we have to wrap the List<CellInfo> into Bundle because List<> is not parcelable. Test: Telephony sanity tests Bug: 30954762 Change-Id: I53f935353c392a94cb5caf8a463dc0d8db319db1
Loading
Please register or sign in to comment