i used this code in the manifest file <intent-filter > <action android:name="android.intent.action.CALL_PRIVILEGED" /> <category android:name="android.intent.category.DEFAULT" /> <data android:scheme="tel" /> </intent-filter>
but i cant find the .CALL_PRIVILEGED in the intent action to access the event if ( intent.getAction().equals(Intent.ACTION_CALL_PRIVILEGED) ) it is there any other action can i use it to access it thanks for reply -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

