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

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

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

parents 381625d9 cde82783
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) {
                        }
                    });
                }