Fix Tasker plugin; bump version to 2.1.1

Fixes #1503
This commit is contained in:
2022-09-24 19:20:03 -05:00
parent ec1f0c5356
commit 177d01edd9
4 changed files with 12 additions and 5 deletions

View File

@@ -270,7 +270,7 @@
<!-- Locale/Tasker -->
<receiver
android:name=".automation.FireSettingReceiver"
android:exported="false">
android:exported="true">
<intent-filter>
<action android:name="com.twofortyfouram.locale.intent.action.FIRE_SETTING" />
</intent-filter>