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 951a5b4 commit 9b3800cCopy full SHA for 9b3800c
app/src/main/AndroidManifest.xml
@@ -53,9 +53,6 @@
53
android:value="true" />
54
</service>
55
56
- <receiver
57
- android:name=".receivers.NotificationReceiver"
58
- android:exported="true"
59
- android:permission="${applicationId}.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" />
+ <receiver android:name=".receivers.NotificationReceiver" />
60
</application>
61
</manifest>
0 commit comments