android: Don't crash the app when selecting a zip that causes a SecurityException
This commit is contained in:
		@@ -103,7 +103,11 @@ object GpuDriverHelper {
 | 
			
		||||
        )
 | 
			
		||||
 | 
			
		||||
        // Unzip the driver.
 | 
			
		||||
        unzip(driverInstallationPath + DRIVER_INTERNAL_FILENAME, driverInstallationPath!!)
 | 
			
		||||
        try {
 | 
			
		||||
            unzip(driverInstallationPath + DRIVER_INTERNAL_FILENAME, driverInstallationPath!!)
 | 
			
		||||
        } catch (e: SecurityException) {
 | 
			
		||||
            return
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        // Initialize the driver parameters.
 | 
			
		||||
        initializeDriverParameters(context)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user