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

Commit f566d756 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Clear the right uid's alarms, please"

parents 6d684ebc 5e5c171d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6243,7 +6243,7 @@ public class ActivityManagerService extends IActivityManager.Stub
                    // Clear its pending alarms
                    AlarmManagerInternal ami = LocalServices.getService(AlarmManagerInternal.class);
                    ami.removeAlarmsForUid(uid);
                    ami.removeAlarmsForUid(appInfo.uid);
                }
            } catch (RemoteException e) {
            }