Skip to content

Commit 86f14a2

Browse files
committed
Remove DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION
Cursed be Google
1 parent 3f00ef3 commit 86f14a2

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
## [Unreleased]
55

6+
- Removed DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION (screw you Google)
67
- Upgraded Material Components For Android to 1.12.0
78

89

app/src/main/AndroidManifest.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
xmlns:android="http://schemas.android.com/apk/res/android"
1010
xmlns:tools="http://schemas.android.com/tools"
1111
>
12+
<uses-permission
13+
android:name="${applicationId}.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION"
14+
tools:node="remove"
15+
/>
1216
<application
1317
android:allowBackup="false"
1418
android:fullBackupContent="false"

0 commit comments

Comments
 (0)