We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f00ef3 commit 86f14a2Copy full SHA for 86f14a2
CHANGELOG.md
@@ -3,6 +3,7 @@
3
4
## [Unreleased]
5
6
+- Removed DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION (screw you Google)
7
- Upgraded Material Components For Android to 1.12.0
8
9
app/src/main/AndroidManifest.xml
@@ -9,6 +9,10 @@
xmlns:android="http://schemas.android.com/apk/res/android"
10
xmlns:tools="http://schemas.android.com/tools"
11
>
12
+ <uses-permission
13
+ android:name="${applicationId}.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION"
14
+ tools:node="remove"
15
+ />
16
<application
17
android:allowBackup="false"
18
android:fullBackupContent="false"
0 commit comments