BT tethering
This commit is contained in:
		
							
								
								
									
										4
									
								
								.idea/deploymentTargetDropDown.xml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										4
									
								
								.idea/deploymentTargetDropDown.xml
									
									
									
										generated
									
									
									
								
							@@ -7,11 +7,11 @@
 | 
			
		||||
        <deviceKey>
 | 
			
		||||
          <Key>
 | 
			
		||||
            <type value="VIRTUAL_DEVICE_PATH" />
 | 
			
		||||
            <value value="C:\Users\jens\.android\avd\Android_11.avd" />
 | 
			
		||||
            <value value="C:\Users\jens\.android\avd\Android_10.avd" />
 | 
			
		||||
          </Key>
 | 
			
		||||
        </deviceKey>
 | 
			
		||||
      </Target>
 | 
			
		||||
    </targetSelectedWithDropDown>
 | 
			
		||||
    <timeTargetWasSelectedWithDropDown value="2021-11-07T11:58:40.808135100Z" />
 | 
			
		||||
    <timeTargetWasSelectedWithDropDown value="2021-11-17T20:27:19.909652Z" />
 | 
			
		||||
  </component>
 | 
			
		||||
</project>
 | 
			
		||||
@@ -390,6 +390,15 @@ public class Actions
 | 
			
		||||
			{
 | 
			
		||||
				Miscellaneous.logEvent("e", "Bluetooth Tethering", Log.getStackTraceString(e), 1);
 | 
			
		||||
			}
 | 
			
		||||
			catch(InvocationTargetException e)
 | 
			
		||||
			{
 | 
			
		||||
				/*
 | 
			
		||||
					Exact error message: "Bluetooth binder is null"
 | 
			
		||||
					This means this device doesn't have bluetooth.
 | 
			
		||||
				 */
 | 
			
		||||
				Miscellaneous.logEvent("e", "Bluetooth Tethering", "Device probably doesn't have bluetooth. " + Log.getStackTraceString(e), 1);
 | 
			
		||||
				Toast.makeText(context, context.getResources().getString(R.string.deviceDoesNotHaveBluetooth), Toast.LENGTH_SHORT).show();
 | 
			
		||||
			}
 | 
			
		||||
			catch (Exception e)
 | 
			
		||||
			{
 | 
			
		||||
				Miscellaneous.logEvent("e", "Bluetooth Tethering", Log.getStackTraceString(e), 1);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user