sdm660-common: DeviceDoze: Export BootCompletedReceiver
This commit is contained in:
parent
5a32a68e3c
commit
d15303aaf0
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
android:persistent="true">
|
android:persistent="true">
|
||||||
|
|
||||||
<receiver android:name=".BootCompletedReceiver"
|
<receiver android:name=".BootCompletedReceiver"
|
||||||
android:exported="false">
|
android:exported="true">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.BOOT_COMPLETED" />
|
<action android:name="android.intent.action.BOOT_COMPLETED" />
|
||||||
<category android:name="android.intent.category.DEFAULT" />
|
<category android:name="android.intent.category.DEFAULT" />
|
||||||
|
|
Loading…
Reference in a new issue