Skip to content

Commit

Permalink
Merge pull request #185 from cancan101/patch-1
Browse files Browse the repository at this point in the history
Add `android.permission.RECEIVE_BOOT_COMPLETED` to PassiveDataCompose
  • Loading branch information
garanj authored Dec 12, 2023
2 parents 55c69b5 + e4712fa commit 219ce97
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

<!-- Required for HR sensor -->
<uses-permission android:name="android.permission.BODY_SENSORS" />
<!-- Needed in order to re-register for data on device startup. -->
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />

<uses-feature
android:name="android.hardware.type.watch"
Expand Down Expand Up @@ -50,4 +52,4 @@
<queries>
<package android:name="com.google.android.wearable.healthservices" />
</queries>
</manifest>
</manifest>

0 comments on commit 219ce97

Please sign in to comment.