mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-07 17:48:52 -06:00
Implement Tasker/Locale plugin
This commit is contained in:
@@ -195,11 +195,33 @@
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
|
||||
<!-- Pebble -->
|
||||
<receiver android:name=".receivers.PebbleReceiver">
|
||||
<intent-filter>
|
||||
<action android:name="com.getpebble.action.app.RECEIVE"/>
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
|
||||
<!-- Locale/Tasker -->
|
||||
<activity
|
||||
android:name=".automation.EditSettingActivity"
|
||||
android:exported="true"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name">
|
||||
<intent-filter>
|
||||
<action
|
||||
android:name="com.twofortyfouram.locale.intent.action.EDIT_SETTING"/>
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<!-- Locale/Tasker -->
|
||||
<receiver
|
||||
android:name=".automation.FireSettingReceiver"
|
||||
android:exported="true">
|
||||
<intent-filter>
|
||||
<action android:name="com.twofortyfouram.locale.intent.action.FIRE_SETTING"/>
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
|
||||
</application>
|
||||
</manifest>
|
||||
|
||||
Reference in New Issue
Block a user