Merge "Fix invitation request from persistent GC" into nyc-mr1-dev
This commit is contained in:
@@ -146,7 +146,6 @@ public class WifiP2pGroup implements Parcelable {
|
||||
}
|
||||
|
||||
if (nameValue[0].equals("persistent")) {
|
||||
mOwner = new WifiP2pDevice(sa);
|
||||
mNetId = Integer.parseInt(nameValue[1]);
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user