Add basic API for the Pebble app

This commit is contained in:
2016-07-11 08:47:00 -04:00
parent 94a48133ec
commit 8e9f1aa166
7 changed files with 342 additions and 5 deletions

View File

@@ -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>