If the application force closes, will the registered intent filters also removed or deregistered?

androSathya

New member
Nov 16, 2013
0
0
0
Visit site
I have created my own dial pad in my application. And i added intent filters to that dial pad in manifest file as like below.

<intent-filter > <action android:name="android.intent.action.CALL_PRIVILEGED" /> <action android:name="android.intent.action.CALL" /> <category android:name="android.intent.category.DEFAULT" /> <data android:scheme="tel" /> </intent-filter>

If the application force closed then for the first selected contact number my dial pad is not working for the second time. any other contact number it is working fine.

My question is if we force close any application, by any chance will the registered intent filters deregistered?

Please let me know if any one have any idea on it.

Thanks for your help in advance and appreciated.

Thanks,

sathish