You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2023. It is now read-only.
Given I inject the AppWidgetManager service into a Fragment like this:
Then the generated code looks like this:
However, this will result in NPE, because AppWidgetManager can not be retrieved like that.
Instead, the following code should be generated: