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

Commit fa555189 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "[Bugfix]Avoid device reboot caused by SecurityException." into main am: b4838c7c

parents b37f4af2 b4838c7c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1433,7 +1433,7 @@ public class ContentProviderHelper {
                                    }
                                }
                            }
                        } catch (RemoteException ignored) {
                        } catch (RemoteException|SecurityException ignored) {
                        }
                    });
                }