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

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -