Assigned
Status Update
Comments
ku...@google.com <ku...@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.
pr...@google.com <pr...@google.com> #3
Comment has been deleted.
ka...@rubrik.com <ka...@rubrik.com> #4
Also, I'm seeing this message in the Logcat:
"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"
"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"
Description
"/some_path/place1/subdir"
"/some_path/place2/subdir"
"/some_path/place3/subdir"
"/some_path/place4/subdir"
"/some_path/place5/subdir"
I'd like to be able to match this to a wildcard to simplify creating these rules like so:
"/some_path/*/subdir"
Thank you.