mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-07 17:48:52 -06:00
Add basic API for the Pebble app
This commit is contained in:
@@ -162,6 +162,12 @@
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
|
||||
<receiver android:name=".pebble.PebbleReceiver">
|
||||
<intent-filter>
|
||||
<action android:name="com.getpebble.action.app.RECEIVE" />
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
|
||||
Reference in New Issue
Block a user