Commit 66ba7cb9 authored by Bartek Fabiszewski's avatar Bartek Fabiszewski
Browse files

Use different intent filter for debug build

parent 472d6865
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>