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 -

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

Why does a .NET 4.0 program produce a system.unauthorizedAccess error on a Windows Server 2012 machine with .NET 4.5 installed? -