Fixed
Status Update
Comments
ac...@google.com <ac...@google.com>
tn...@google.com <tn...@google.com>
tn...@google.com <tn...@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.
ga...@linecorp.com <ga...@linecorp.com> #3
One more detail, Data Layer event calls from the watch to the phone (running Android 13) do work on if the listener is in an Activity or Fragment.
tn...@google.com <tn...@google.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
DESCRIBE THE ISSUE IN DETAIL:
android.nonFinalResIds
property will beAnd lint checker provides
NonConstantResourceId
rule to prepare behavior changes.But
NonConstantResourceId
rule does not warning about constant value assign from resource ids.STEPS TO REPRODUCE:
Expected Result :
When
android.nonFinalResIds
is enabled, kotlin compiler raised error.So, lint check result should be
Actual result :
NonConstantResourceId
rule does not show warning about constants value assign from resource Ids.ATTACH SCREENSHOTS/RECORDINGS OF THE ISSUE
ATTACH LOG FILES (Select Help > Show Log in Files, or Show Log in Finder on a Mac)
IMPORTANT: Please readhttps://developer.android.com/studio/report-bugs.html carefully and supply
all required information.
Studio Build: 2021.3.1 Version of Gradle Plugin: 7.3.1
Version of Gradle: 7.5
Version of Java: OpenJDK 11/17
OS: Any