Skip to content

Commit bd729fe

Browse files
committed
Removed ACTION_BOOT_COMPLETED for BOOT_COMPLETED
* ACTION_BOOT_COMPLETED is invalid, BOOT_COMPLETED is the correct intent action
1 parent 82a0a41 commit bd729fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

OneSignalSDK/onesignal/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@
8585

8686
<receiver android:name="com.onesignal.BootUpReceiver">
8787
<intent-filter>
88-
<action android:name="android.intent.action.ACTION_BOOT_COMPLETED" />
8988
<action android:name="android.intent.action.BOOT_COMPLETED" />
9089
<action android:name="android.intent.action.QUICKBOOT_POWERON" />
9190
</intent-filter>

0 commit comments

Comments
 (0)