Skip to content

Commit

Permalink
Manifest: Export teasker receiver
Browse files Browse the repository at this point in the history
It will hopefully solve issues related with tasker

Signed-off-by: sunilpaulmathew <[email protected]>
  • Loading branch information
sunilpaulmathew committed Mar 27, 2023
1 parent 524d472 commit ce85349
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 @@ -177,7 +177,7 @@
</activity>

<receiver android:name=".services.profile.Tasker"
android:exported="false" >
android:exported="true" >
<intent-filter>
<action android:name="com.twofortyfouram.locale.intent.action.FIRE_SETTING" />
</intent-filter>
Expand Down

0 comments on commit ce85349

Please sign in to comment.