How can we know whether an application installed in the android device reads contacts of our mobile? -
i have 1 small problem i.e whenever install application in our android mobile need find whether application reads our contacts or not. if application reads contacts have raise 1 alert box red mark , information. thats why creating 1 application find, newly installed application reads our contacts or not.
pls me. , regards.
possible duplicate...
answer here: java: need way shorten code
packagemanager p = context.getpackagemanager(); final list<packageinfo> appinstall = p.getinstalledpackages(packagemanager.get_permissions | packagemanager.get_providers)
Comments
Post a Comment