I am trying to make an Android app that could identify if an app in my device has certain external libraries installed, i.e. google analytics or flurry, but I have not found anything yet on how such thing could be done.
The only relative thing I found what this AppBrain app (https://play.google.com/store/apps/details?id=com.appspot.swisscodemonkeys.detector), which identifies this specific information.
Has anyone any insights on that issue? I suppose I could monitor specific parameters for each library (i.e. network calls, or permissions in the manifest) but I do not believe this is the correct way.
Thanks a lot in advance!
No there is not. This is a security restriction on Android.