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

Commit 2943fea3 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: 73450ac8 am: 93001e3a

am: 495db891

Change-Id: I6e4eb4e6bebefdd1b1e7a3c5a96785451e6ee388
parents 71409723 495db891
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;
            }
        }