Fortunately, this is not possible.

On Fri, Nov 25, 2011 at 5:17 AM, ZeeShaN AbbAs <[email protected]> wrote:
> hey I want to make a call from my application, so far I found that
>
> <code>
> Intent callIntent = new Intent(Intent.ACTION_CALL, Uri.parse("tel:" +
> phoneNumber));
> callIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
> context.startActivity(callIntent);
> </code>
>
> but there is a problem that I want to call person secretly and this
> call the default Activity can I write my own activity for making call
> or receiving call secretly (means without any UI call run on
> background)....??
>
> --
> 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
>



-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Warescription: Three Android Books, Plus Updates, One Low Price!

-- 
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

Reply via email to