Skip to content

Commit

Permalink
Suppress NotificationPermission with a baseline
Browse files Browse the repository at this point in the history
Related: bumptech/glide#5220
(it's hard to address otherwise via local suppress or from lint.xml)
  • Loading branch information
TWiStErRob committed Jul 26, 2023
1 parent b6ba30f commit 70dc9cb
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion config/lint/lint-baseline-svg.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 7.4.2" type="baseline" client="gradle" dependencies="false" name="AGP (7.4.2)" variant="all" version="7.4.2">
<issues format="6" by="lint 8.0.2" type="baseline" client="gradle" dependencies="false" name="AGP (8.0.2)" variant="all" version="8.0.2">

<issue
id="NotificationPermission"
message="When targeting Android 13 or higher, posting a permission requires holding the `POST_NOTIFICATIONS` permission (usage from com.bumptech.glide.request.target.NotificationTarget)">
<location
file="src/main/AndroidManifest.xml"/>
</issue>

</issues>

0 comments on commit 70dc9cb

Please sign in to comment.