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

Commit bffccc00 authored by Alex Salo's avatar Alex Salo
Browse files

Fix binder stub exception

Test: manually
Bug: 111939367
Change-Id: Ib8a355f37501d61b4f66be5ab3cc6e6bd98a5522
parent a0d18b60
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -201,11 +201,6 @@ public class AttentionManagerService extends SystemService {
                            StatsLog.write(StatsLog.ATTENTION_MANAGER_SERVICE_RESULT_REPORTED,
                                    error);
                        }

                        @Override
                        public IBinder asBinder() {
                            return null;
                        }
                    });
                } catch (RemoteException e) {
                    Slog.e(LOG_TAG, "Cannot call into the AttentionService");