[android-security-discuss] Re: Question on controlling access to a specific user developed library

2012-03-05 Thread Harsha Joshi
So there isnt a user defined  permission that can be created for this?. basically when the application is launched the user is prompted with a message saying this application is using so and so feature.  Similar to the telephony capbility On Mar 5, 9:11 pm, Chris Stratton cs07...@gmail.com wrote:

Re: [android-security-discuss] Question on controlling access to a specific user developed library

2012-03-05 Thread Jeffrey Walton
On Mon, Mar 5, 2012 at 11:11 AM, Chris Stratton cs07...@gmail.com wrote: On Saturday, March 3, 2012 8:36:56 PM UTC-5, Jeffrey Walton wrote: *nix, on the other hand, does not provide an equivalent DllMain entry point. I believe you will need to use GCC's __attribute__((constructor)) on a

[android-security-discuss] Re: Question on controlling access to a specific user developed library

2012-03-05 Thread Chris Stratton
On Monday, March 5, 2012 12:21:56 PM UTC-5, Harsha Joshi wrote: So there isnt a user defined permission that can be created for this?. basically when the application is launched the user is prompted with a message saying this application is using so and so feature. Similar to the