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
I am getting this error when executing lintDebug gradle task:
Error: When targeting Android 13 or higher, posting a permission requires holding the POST_NOTIFICATIONS permission (usage from com.squareup.picasso.RemoteViewsAction.NotificationAction) [NotificationPermission]
Explanation for issues of type "NotificationPermission":
When targeting Android 13 and higher, posting permissions requires holding
the runtime permission android.permission.POST_NOTIFICATIONS.
I have target targetSdkVersion 33 and I am running ./gradlew lint.
Should picasso include the permission or the depending app?
The text was updated successfully, but these errors were encountered:
I am getting this error. I am not using any Notification in the app, now if I aks user for the permission, that will be confusing for the user right ? Is there any other fix for this ?
I am getting this error when executing lintDebug gradle task:
I have target targetSdkVersion 33 and I am running ./gradlew lint.
Should picasso include the permission or the depending app?
The text was updated successfully, but these errors were encountered: