Fixed
Status Update
Comments
ra...@google.com <ra...@google.com>
er...@gmail.com <er...@gmail.com> #4
Thank you for filing this issue!
While it doesn't seem directly related to third-party cookie dependencies or Privacy Sandbox, we may be missing something. If you are confident that this issue is related to third-party cookies, please submit a
Marking this as duplicate. Please see the previous issue here issuetracker.google.com/u/1/issues/383751192 for more details.
This thread will no longer be monitored for responses.
pe...@gmail.com <pe...@gmail.com> #5
This is related to 3rd party cookies because in my Chrome browser on my cell phone with Android 14 I disabled 3rd party cookies and it still didn't work. In Firefox on the desktop I disabled 3rd party cookies and it worked.
er...@gmail.com <er...@gmail.com> #7
I'm switching from signinWithDirect to signinWithPopup (because a test project about firebase auth that I have, worked with Popup and presented my error that the main project using Direct).
The issue atual (When I switching) is(photo ATTACHED): main-NYXVCRV2.js:8 Cross-Origin-Opener-Policy policy would block the window.closed call.
The issue atual (When I switching) is(photo ATTACHED): main-NYXVCRV2.js:8 Cross-Origin-Opener-Policy policy would block the window.closed call.
so...@csdcorp.com <so...@csdcorp.com> #8
I'm seeing the same behaviour on a Pixel 3a running Android 10 Kernel version: 4.9.210
I see this exception in the log:
2020-06-27 17:04:26.816 31580-2030/? W/Binder: Caught a RuntimeException from the binder stub implementation.
java.lang.SecurityException: uid 10124 does not have android.permission.UPDATE_APP_OPS_STATS.
at android.os.Parcel.createException(Parcel.java:2071)
at android.os.Parcel.readException(Parcel.java:2039)
at android.os.Parcel.readException(Parcel.java:1987)
at com.android.internal.app.IAppOpsService$Stub$Proxy.checkOperationRaw(IAppOpsService.java:1617)
at android.app.AppOpsManager.unsafeCheckOpRawNoThrow(AppOpsManager.java:5012)
at android.content.PermissionChecker.checkPermissionCommon(PermissionChecker.java:403)
at android.content.PermissionChecker.checkPermissionForPreflight(PermissionChecker.java:162)
at android.content.PermissionChecker.checkCallingOrSelfPermissionForPreflight(PermissionChecker.java:373)
at android.speech.RecognitionService.checkPermissions(RecognitionService.java:185)
at android.speech.RecognitionService.access$700(RecognitionService.java:39)
at android.speech.RecognitionService$RecognitionServiceBinder.stopListening(RecognitionService.java:366)
at android.speech.IRecognitionService$Stub.onTransact(IRecognitionService.java:141)
at android.os.Binder.execTransactInternal(Binder.java:1021)
at android.os.Binder.execTransact(Binder.java:994)
ra...@google.com <ra...@google.com> #9
Thanks for update. Please provide singned apk and bug report as requested in comment #2 , to check this issue further.
so...@csdcorp.com <so...@csdcorp.com> #10
I thought that had been provided in #3?
vi...@google.com <vi...@google.com> #11
We are getting error while installing the apk, could you please build your project again and send new apk.
er...@gmail.com <er...@gmail.com> #12
I am sorry, I updated the APK to a signed and hopefully working version I tested it on a few devices.
You can find it in the drive I shared earlier:
https://drive.google.com/drive/folders/1cm1Fiw38hq0LR3GbGGt2bydVyII-p5qI?usp=sharing
You can find it in the drive I shared earlier:
vi...@google.com <vi...@google.com> #13
We’ve shared this with our product and engineering teams and will continue to provide updates as more information becomes available.
er...@gmail.com <er...@gmail.com> #14
I see that this issue was marked blocked by some other issue I don't have the permissions to view. Could you shed some light on that?
li...@gmail.com <li...@gmail.com> #15
Hi guys, any progress about this issue? I'm also seeing this problem on Pixel 4 Android 10. Security patch level July 5, 2020. Google Play system update July 1, 2020. Kernel version 4.14.170. Build number QQ3A.200705.002
jr...@gmail.com <jr...@gmail.com> #16
Hello there! Any update on this issue? I'm having the same issue too. I'm using a One Plus 6 with Android 10
ad...@epopsoft.kr <ad...@epopsoft.kr> #17
Any update?
vi...@google.com <vi...@google.com> #18
Re- Comment #15 , please confirm the AGSA version number.
vi...@google.com <vi...@google.com> #19
Please share the details requested in comment #18 .
ts...@gmail.com <ts...@gmail.com> #20
Any solution or update on this guys ?
jy...@coyote-group.com <jy...@coyote-group.com> #21
Hello
I can confirm on Samsung S9 Android 10 that stopListening() is not working. It does not stop the current recognition. It has no effect.
Please Google we need a fix. We can't manage a timeout, so the user can speak indefinitly and it can happen if he's listening to music.
I can confirm on Samsung S9 Android 10 that stopListening() is not working. It does not stop the current recognition. It has no effect.
Please Google we need a fix. We can't manage a timeout, so the user can speak indefinitly and it can happen if he's listening to music.
ma...@gmail.com <ma...@gmail.com> #22
having the same issue, neither stopListening() nor cancel() has any effect on AndroidTV 10.
vi...@google.com <vi...@google.com> #23
This issue has been fixed and the fix will be available in a future Android release.
17...@gmail.com <17...@gmail.com> #24
Can someone share code where it is working and stopListening() is actually stopping recognition, because even on Android 12 it is doing NOTHING
de...@gmail.com <de...@gmail.com> #25
Comment has been deleted.
me...@gmail.com <me...@gmail.com> #26
May I know is it permanent bug in Android 10 or it can be fixed in backend?
Description
I have an application that makes use of the Android SpeechRecognizer.
I noticed differing behavior for the stopListening method between Android 9 and 10.
On Android 9 devices, calling stopListening stopped the recognition and resulted in an ERROR_SPEECH_TIMEOUT immediately after it. However, on Android 10 devices, stopListening seems to do nothing. It does not stop the recognition at all. Partial results are continuing. There is no onSpeechEnd or immediate ERROR_SPEECH_TIMEOUT like on Android 9.
So the only way to stop recognition is the normal timeout or speech end detection.
Is there something I am missing?
buildToolsVersion = "28.0.3"
minSdkVersion = 26
compileSdkVersion = 28
targetSdkVersion = 28