Hello, there seems to be some bug in Apps. It shows there is an update for some apps, but I have to manually tap Update all otherwise it doesn’t happen. I am on wifi and check checkbox “Only on un-metered networks” is checked.
with capabilities then being null … never interactively debugged an android java app, I should give this a go… but system apps are a bit harder to push / replace on-device?
there’s also a more straightforward method to just use
connectivityManager.isActiveNetworkMetered();
will make that merge request…
Edit: uh, it’s Kotlin code and Kotlin has getters/setters out of the box, so it should work? … but isActiveNetworkMetered() suggestion is still valid, it checks for the capabilities != null case too
on the same Wifi Applounge (v1.3 / 2.3.4) didn’t show a notification that it thinks it’s a metered connection and went through with updates. The code at getNetworkCapabilities didn’t change since v1.2 - a dumpsys for the current NetworkAgentInfo (capabilities etc) came back identically minus the ip address … what could it be!?