Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 73450ac8 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "OPP: Handle URI Security Exception on OPP Transfer"

parents 96cc8ca2 8282746e
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -206,6 +206,8 @@ public class BluetoothOppSendFileInfo {
                }
                }
            } catch (FileNotFoundException e) {
            } catch (FileNotFoundException e) {
                // Ignore
                // Ignore
            } catch (SecurityException e) {
                return SEND_FILE_INFO_ERROR;
            }
            }
        }
        }