Skip to content

Commit

Permalink
Use different intent filter for debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
bfabiszewski committed Nov 4, 2023
1 parent 472d686 commit 66ba7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
android:exported="true"
tools:ignore="ExportedReceiver">
<intent-filter>
<action android:name="net.fabiszewski.ulogger.intent.action.COMMAND" />
<action android:name="${applicationId}.intent.action.COMMAND" />
</intent-filter>
</receiver>
</application>
Expand Down

0 comments on commit 66ba7cb

Please sign in to comment.