fergot whati changed
This commit is contained in:
		
							
								
								
									
										30
									
								
								.idea/deploymentTargetDropDown.xml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										30
									
								
								.idea/deploymentTargetDropDown.xml
									
									
									
										generated
									
									
									
								
							@@ -4,6 +4,36 @@
 | 
				
			|||||||
    <value>
 | 
					    <value>
 | 
				
			||||||
      <entry key="MainActivity">
 | 
					      <entry key="MainActivity">
 | 
				
			||||||
        <State>
 | 
					        <State>
 | 
				
			||||||
 | 
					          <multipleDevicesSelectedInDropDown value="true" />
 | 
				
			||||||
 | 
					          <runningDeviceTargetsSelectedWithDialog>
 | 
				
			||||||
 | 
					            <Target>
 | 
				
			||||||
 | 
					              <type value="RUNNING_DEVICE_TARGET" />
 | 
				
			||||||
 | 
					              <deviceKey>
 | 
				
			||||||
 | 
					                <Key>
 | 
				
			||||||
 | 
					                  <type value="SERIAL_NUMBER" />
 | 
				
			||||||
 | 
					                  <value value="4d16b842" />
 | 
				
			||||||
 | 
					                </Key>
 | 
				
			||||||
 | 
					              </deviceKey>
 | 
				
			||||||
 | 
					            </Target>
 | 
				
			||||||
 | 
					            <Target>
 | 
				
			||||||
 | 
					              <type value="RUNNING_DEVICE_TARGET" />
 | 
				
			||||||
 | 
					              <deviceKey>
 | 
				
			||||||
 | 
					                <Key>
 | 
				
			||||||
 | 
					                  <type value="VIRTUAL_DEVICE_PATH" />
 | 
				
			||||||
 | 
					                  <value value="$USER_HOME$/.android/avd/Pixel_3a_API_34_extension_level_7_x86_64.avd" />
 | 
				
			||||||
 | 
					                </Key>
 | 
				
			||||||
 | 
					              </deviceKey>
 | 
				
			||||||
 | 
					            </Target>
 | 
				
			||||||
 | 
					            <Target>
 | 
				
			||||||
 | 
					              <type value="RUNNING_DEVICE_TARGET" />
 | 
				
			||||||
 | 
					              <deviceKey>
 | 
				
			||||||
 | 
					                <Key>
 | 
				
			||||||
 | 
					                  <type value="SERIAL_NUMBER" />
 | 
				
			||||||
 | 
					                  <value value="NE1GAM4811005818" />
 | 
				
			||||||
 | 
					                </Key>
 | 
				
			||||||
 | 
					              </deviceKey>
 | 
				
			||||||
 | 
					            </Target>
 | 
				
			||||||
 | 
					          </runningDeviceTargetsSelectedWithDialog>
 | 
				
			||||||
          <targetsSelectedWithDialog>
 | 
					          <targetsSelectedWithDialog>
 | 
				
			||||||
            <Target>
 | 
					            <Target>
 | 
				
			||||||
              <type value="QUICK_BOOT_TARGET" />
 | 
					              <type value="QUICK_BOOT_TARGET" />
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -339,11 +339,11 @@ class GoodSoftware (private val activity: MainActivity) {
 | 
				
			|||||||
            e.printStackTrace()
 | 
					            e.printStackTrace()
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    fun disconnect(connectionResult: ConnectionResult) {
 | 
					    fun disconnect(connectionResult: ConnectionResult) {
 | 
				
			||||||
        val (socket, reader, writer, _, _, _) = connectionResult
 | 
					        val (socket, reader, writer, _, _, _) = connectionResult
 | 
				
			||||||
        try {
 | 
					        try {
 | 
				
			||||||
            writer.println("END_OF_COMMUNICATION")
 | 
					            writer.println("END_OF_COMMUNICATION")
 | 
				
			||||||
            println("Disconnect")
 | 
					 | 
				
			||||||
            writer.close()
 | 
					            writer.close()
 | 
				
			||||||
            reader.close()
 | 
					            reader.close()
 | 
				
			||||||
            socket.close()
 | 
					            socket.close()
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user