Loading services/core/java/com/android/server/speech/SpeechRecognitionManagerServiceImpl.java +2 −1 Original line number Diff line number Diff line Loading @@ -141,7 +141,8 @@ final class SpeechRecognitionManagerServiceImpl extends throws RemoteException { attributionSource.enforceCallingUid(); if (!attributionSource.isTrusted(mMaster.getContext())) { mMaster.getContext().getSystemService(PermissionManager.class) attributionSource = mMaster.getContext() .getSystemService(PermissionManager.class) .registerAttributionSource(attributionSource); } service.startListening(recognizerIntent, listener, attributionSource); Loading Loading
services/core/java/com/android/server/speech/SpeechRecognitionManagerServiceImpl.java +2 −1 Original line number Diff line number Diff line Loading @@ -141,7 +141,8 @@ final class SpeechRecognitionManagerServiceImpl extends throws RemoteException { attributionSource.enforceCallingUid(); if (!attributionSource.isTrusted(mMaster.getContext())) { mMaster.getContext().getSystemService(PermissionManager.class) attributionSource = mMaster.getContext() .getSystemService(PermissionManager.class) .registerAttributionSource(attributionSource); } service.startListening(recognizerIntent, listener, attributionSource); Loading