[android-developers] add uses-permission to application via Java code

2010-07-30 Thread RamaMohan
HI all, I want to add uses-permission via programatically .I want to telephone number of the device.For that i need to access the phone state.But i need to add that permission only with Java code at runtime. Is it Possible to do so. (or) Can you suggest any alternative way to read the telephone

Re: [android-developers] add uses-permission to application via Java code

2010-07-30 Thread Carlos Silva
On Fri, Jul 30, 2010 at 14:09, RamaMohan rama.mohan...@gmail.com wrote: HI all, I want to add uses-permission via programatically .I want to telephone number of the device.For that i need to access the phone state.But i need to add that permission only with Java code at runtime. Is it