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

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -