How to limit permission of SDK in android? -


i want use library in project? not want lib have permission access files, database or download network in app. how can achieve aim ?

the library provide others, need use function in it, not want has permission hack app. maybe need sandbox run lib, not know how achieve this?

in library projects, can remove permissions manifest. in terms of jar lib, there no problem. because jar libraries going use app permissions only.


Comments

Popular posts from this blog

java - HTTP Status 500 - An exception occurred processing JSP page /second.jsp at line 15 -

php - Using str_replace to translate a MySQL Table in html -

asp.net mvc - Cannot display error message on Editor or EditorFor -