I am testing my wear app on Wear OS 4 Preview ARM ...
# compose-wear
y
I am testing my wear app on Wear OS 4 Preview ARM 33 Image Rev 2. From the AppOps system process, i receive constantly error
attributionTag  not declared in manifest of <http://my.package.com|my.package.com>
, anyone also see this? and what is this about?
k
Is this from logcat, not during compile time? AppOps errors/warning in the logs could be due to many reasons, and likely this is not related to your app. Unless there are any issues with your app (especially related to permissions), I’d assume it’s safe to skip it
y
thanks, it is from the logcat, not during compile time. My app seem to work fine in the Wear OS 4 Preview Emulator so far, and the
AppOps
errors seems to occur everytime when I deploy my app to the emulator.
I also pump up my
androidx.wear:wear
lib version from
1.2.0
to
1.3.0
, and this
AppOps
error seems to occur less often now.
y
This is likely an internal thing, coincidentally triggered by some action you are doing calling GMS or similar.
y
Thanks Yuri, I see.