properly handle booting of HTC devices too

This commit is contained in:
tibbi 2018-03-07 15:41:05 +01:00
parent 6017a0bcb1
commit bda3e415ac
1 changed files with 1 additions and 0 deletions

View File

@ -168,6 +168,7 @@
<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"/>
</intent-filter>
</receiver>