|
|
|
@ -58,7 +58,7 @@ public class MainActivity extends AppCompatActivity {
|
|
|
|
|
private String mServer = DEFAULT_SERVER;
|
|
|
|
|
private int mPort = DEFAULT_PORT;
|
|
|
|
|
private int mRemotePort = DEFAULT_REMOTE_PORT;
|
|
|
|
|
private String mProxyName = "p2p_adb_" + Long.toString(System.currentTimeMillis() / 1000);
|
|
|
|
|
private String mProxyName = Long.toString(System.currentTimeMillis() / 1000);
|
|
|
|
|
|
|
|
|
|
private final ServiceConnection connection = new ServiceConnection() {
|
|
|
|
|
public void onServiceConnected(@NotNull ComponentName className, @NotNull IBinder service) {
|
|
|
|
|