Skip to content

Commit

Permalink
Enable receiving broadcast to update location (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
quthla committed Feb 10, 2020
1 parent 4deffd1 commit 5a7b49a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@
<receiver
android:name=".background.LocationBroadcastReceiver"
android:enabled="true"
android:exported="true"
android:permission="android.permission.RECEIVE_BOOT_COMPLETED">
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
<action android:name="android.intent.action.QUICKBOOT_POWERON" />
<action android:name="com.htc.intent.action.QUICKBOOT_POWERON" />
<action android:name="io.homeassistant.companion.android.background.REQUEST_ACCURATE_UPDATE" />
</intent-filter>
</receiver>

Expand Down

0 comments on commit 5a7b49a

Please sign in to comment.