Starting the application from a BroadCastReceiver (NEW_OUTGOING_CALL doesn't always work)
问题 Well, I've written an application that starts by dialing an specific number, I have used NEW_OUTGOING_CALL (a broad cast receiver) to catch the dial event. So far the broad cast receiver on my AndroidManifest.xml is like the following code: <receiver android:name=".CustomBroadCastReceiver"> <intent-filter> <action android:name="android.intent.action.NEW_OUTGOING_CALL" /> </intent-filter> </receiver> The problem is that when I try it on a new system, it doesn't work at first , But after a few