Example implementation of a application that monitors for new applications being installed. --NOTE: Server is down, so this will not actually work. Just to be used as an example..
AppAgent is hosted in the following web site
https://github.com/gsysko/AppAgent
If you think the Android project AppAgent listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of AppAgent.
Item | Value |
---|---|
Java File Count | 6 |
Target SDK Version | 15 |
Minimum SDK Version | 4 |
Activity Count | 2 |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.INTERNET |
AppAgent has the following Java source files.
com.geoffreybuttercrumbs.appagent.AppAgent.java com.geoffreybuttercrumbs.appagent.BuildConfig.java com.geoffreybuttercrumbs.appagent.LogAppIntentService.java com.geoffreybuttercrumbs.appagent.LogAppService.java com.geoffreybuttercrumbs.appagent.Main.java com.geoffreybuttercrumbs.appagent.NearbyApps.java