[android-developers] Re: Stuck with getting package name

2009-02-24 Thread Nauman ...
But aren't permissions checked for PID/UID pair... that must mean that an application is uniquely identified by the PID/UID pair. How come there's no efficient way of finding out the package name (or application) with a given pid/uid pair then? On Feb 25, 7:47 am, Dianne Hackborn

[android-developers] Finding package name from PID

2009-02-19 Thread Nauman ...
Hi all, I want to find out if it is possible to get the package name for a given PID. For example, if I want to output a list of currently running processes, I can get the PIDs but how do I get the names of the PIDs? Thanks. --~--~-~--~~~---~--~~ You received

[android-developers] Re: Dialing Permission

2009-02-02 Thread Nauman ...
I think your problem is with the CALL intent and not the DIAL intent. Dial intent doesn't require permission by default but CALL does... I had the same problem with the CALL intent. I've downloaded the latest SDK ... did they change the default permissions? On Feb 2, 9:53 am, Sohail