Start sensor worker when the app is updated (#1002)

This commit is contained in:
Daniel Shokouhi 2020-10-02 05:53:09 -07:00 committed by GitHub
parent bc7182d93b
commit a2ad2c64fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,6 +45,7 @@
<receiver android:name=".sensors.SensorReceiver">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
<action android:name="android.intent.action.PACKAGE_REPLACED" />
<action android:name="android.intent.action.QUICKBOOT_POWERON" />
<action android:name="com.htc.intent.action.QUICKBOOT_POWERON" />
<action android:name="android.app.action.NEXT_ALARM_CLOCK_CHANGED" />