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

Commit fb96985d authored by Felipe Leme's avatar Felipe Leme
Browse files

Fixed typo on service name.

Test: none

Change-Id: Iba9324d0bbd8152594bb92ce66d2b1d1371f559b
parent e1a81fcc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1100,7 +1100,7 @@ public class VoiceInteractionManagerService extends SystemService {
        public void dump(FileDescriptor fd, PrintWriter pw, String[] args) {
            if (mContext.checkCallingOrSelfPermission(Manifest.permission.DUMP)
                    != PackageManager.PERMISSION_GRANTED) {
                pw.println("Permission Denial: can't dump PowerManager from from pid="
                pw.println("Permission Denial: can't dump voiceinteraction from from pid="
                        + Binder.getCallingPid()
                        + ", uid=" + Binder.getCallingUid());
                return;