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

Commit e6d2096f 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 am:...

Merge "OPP: Handle URI Security Exception on OPP Transfer" am: 77dfa43f am: fe4fc82f am: 5f97e38a am: e3cf1d65
am: 76b3f220

Change-Id: I44d6ec07e045d61653be05c57dc1f55a26b91ac1
parents 03678c60 76b3f220
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;
            }
        }