sdm660-common: DeviceDoze: Export BootCompletedReceiver

This commit is contained in:
pix106 2024-03-18 08:35:52 +01:00 committed by CakesTwix
parent 5a32a68e3c
commit d15303aaf0

View file

@ -31,7 +31,7 @@
android:persistent="true">
<receiver android:name=".BootCompletedReceiver"
android:exported="false">
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
<category android:name="android.intent.category.DEFAULT" />