Hello,
I built a library that should be used by several applications. (can't know 
at this stage which and how many apps). The library is composed of a Java 
API and some C code.

The access to this library should be regulated by an Android permission. 
How can this be done?

Few particular questions...
- how to specify which permissions the library requires from the user apps?
- AFAIK, permissions check is done at Install time by Android. anything 
that the library should do at run-time?
- does the permission protect the library's both Java code and C code?
- can I create a new proprietary permission?

any example, would be great!

happy new 2014! cheers!
--smoogli (without much background in Android ...)

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to