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

Commit cde82783 authored by Wen Zhang's avatar Wen Zhang
Browse files

[Bugfix]Avoid device reboot caused by SecurityException.

The user manually installed an old version of the GMS core app on a device without the GMS framework. When unlocking the device, the lack of INTERACT_ACROSS_USERS permission caused the system server to crash.

Bug:322749757

Change-Id: If68206b4ebe223d94b91dbbcc3246a2ed41563aa
parent 7b641717
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) {
                        }
                    });
                }