I can't catch phone calls after the phone restart. My receiver code is as follows. how can I catch calls when the phone restarts.
<receiver
android:name="InterceptCall"
android:exported="true"
android:enabled="true">
<intent-filter android:priority="999">
<action android:name="android.intent.action.PHONE_STATE"/>
</intent-filter>
</receiver>