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

Commit fe4fc82f authored by Sravan voleti's avatar Sravan voleti Committed by android-build-merger
Browse files

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

am: 77dfa43f

Change-Id: Ie5129af19ac790185b7cd6cb59f952244d40832b
parents bc8bba48 77dfa43f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -206,6 +206,8 @@ public class BluetoothOppSendFileInfo {
                }
            } catch (FileNotFoundException e) {
                // Ignore
            } catch (SecurityException e) {
                return SEND_FILE_INFO_ERROR;
            }
        }