PairDevice to structured Parcelable.
Bug: 194829333 Test: pass Change-Id: I202ae5aa16d4323afa2a48cc3070f8e13c701efd
This commit is contained in:
@@ -430,7 +430,7 @@ public class WirelessDebuggingFragment extends DashboardFragment
|
||||
case FORGET_ACTION:
|
||||
try {
|
||||
p = (PairDevice) data.getParcelableExtra(PAIRED_DEVICE_EXTRA);
|
||||
mAdbManager.unpairDevice(p.getGuid());
|
||||
mAdbManager.unpairDevice(p.guid);
|
||||
} catch (RemoteException e) {
|
||||
Log.e(TAG, "Unable to forget the device");
|
||||
}
|
||||
|
Reference in New Issue
Block a user