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

Commit 97f8c770 authored by Yorke Lee's avatar Yorke Lee
Browse files

No longer require READ_PHONE_STATE permission for getCallState

Bug: 17510808
Change-Id: I4c10d1440fefc85d777516353e4be5245038ed68
parent 2fb76dd5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -401,7 +401,6 @@ public class TelecomServiceImpl extends ITelecomService.Stub {
     */
    @Override
    public int getCallState() {
        enforceReadPermission();
        return mCallsManager.getCallState();
    }