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

Commit ee9649b8 authored by Yorke Lee's avatar Yorke Lee Committed by Android (Google) Code Review
Browse files

Merge "No longer require READ_PHONE_STATE permission for getCallState" into lmp-dev

parents f1863270 97f8c770
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -402,7 +402,6 @@ public class TelecomServiceImpl extends ITelecomService.Stub {
     */
    @Override
    public int getCallState() {
        enforceReadPermission();
        return mCallsManager.getCallState();
    }