Status Update
Comments
il...@google.com <il...@google.com> #2
Thanks for the report. I will route this to the appropriate internal team and update this when I hear back from them.
ch...@google.com <ch...@google.com>
jo...@fundhawk.com <jo...@fundhawk.com> #3
cl...@shopify.com <cl...@shopify.com> #4
"2022-06-12 18:47:15.156 1841-4562/? W/PackageManager: Intent does not match component's intent filter: Intent { act=com.google.android.gms.wearable.BIND_LISTENER"
la...@shopify.com <la...@shopify.com> #5
bd...@google.com <bd...@google.com> #6
+1, can confirm it doesn't work on Android 13:=
2022-07-15 11:26:15.023 589-5347 PackageManager pid-589 W Intent does not match component's intent filter: Intent { act=com.google.android.gms.wearable.BIND_LISTENER cmp=xxx/xxx.WatchMessageReceiver }
2022-07-15 11:26:15.023 589-5347 PackageManager pid-589 W Access blocked: ComponentInfo{xxx/xxx.WatchMessageReceiver}
2022-07-15 11:26:15.023 589-5347 ActivityManager pid-589 W Unable to start service Intent { act=com.google.android.gms.wearable.BIND_LISTENER cmp=xxx/xxx.WatchMessageReceiver } U=0: not found
ka...@google.com <ka...@google.com>
ka...@google.com <ka...@google.com> #7
Note that I've been able to make it work by:
- Adding
<action android:name="com.google.android.gms.wearable.BIND_LISTENER" />
in the intent filter - Removing
<data android:scheme="wear" android:host="*" />
But I feel like this is not something we should do
ne...@google.com <ne...@google.com>
ho...@google.com <ho...@google.com>
ba...@google.com <ba...@google.com> #8
I'm really afraid Android 13 might get released as-is, breaking WearOS app communication 😨😨
cl...@shopify.com <cl...@shopify.com> #9
If you're not targeting API 33 you're not affected by the bug. So it's a big bug, and yes we of course expected more from Google, but you can always target the api level later when it's fixed.
But I agree this is kind of desperating that more than 1.5 month after the first report nothing has changed.
fr...@tbd.email <fr...@tbd.email> #10
As an interim update on this issue: we've been already working on the fix that should be available by Android 13 release. The fix requires thorough testing, I'll keep this bug updated as soon as we have more to share. Thanks!
mu...@google.com <mu...@google.com> #11
@
Thank you for the update @
me...@google.com <me...@google.com> #12
Android 13 is out today and we still have no patch unlike what you said a month ago
Description
We're implementing a decentralised network protocol that employs an X.509-based PKI, and would like to replace our RSA-PSS keys (of at least 2048 bits) for efficiency reasons. We'd need Ed25519 support at least, though it'd be ideal to have the option to use Ed448 too.
We'd rather not use other mainstream ECC signature algorithms (e.g., ECDSA) for security reasons, especially anything based on NIST curves[1].
See also #231334600 [2].
[1]http://safecurves.cr.yp.to/
[2] https://issuetracker.google.com/issues/231334600