https://github.com/apriorit/android-package-analyzer
Solution to display details on all apps installed on an Android device
https://github.com/apriorit/android-package-analyzer
Last synced: 19 days ago
JSON representation
Solution to display details on all apps installed on an Android device
- Host: GitHub
- URL: https://github.com/apriorit/android-package-analyzer
- Owner: apriorit
- License: mit
- Created: 2017-03-21T16:52:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-21T16:53:38.000Z (about 9 years ago)
- Last Synced: 2025-01-18T21:32:04.616Z (over 1 year ago)
- Language: Java
- Size: 385 KB
- Stars: 0
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# Android App to Analyze the Programs Installed on device
## About
The app to collect and display various information about apps installed on Android device.
Functionality:
- Get the installed apps list;
- Get the lists of Activities, Services, Broadcast Receivers, and Permissions;
- Notify about potentially dangerous permissions used by an app;
- Continuously track the apps being installed and check the permissions they request (in the service).
## Implementation
The project was initially created for Android 4.1.
The information about installed apps is acquired from PackageManager.
Details of implementation and customization can be found in the [related article](https://www.apriorit.com/dev-blog/304-android-package-analyzer).
## License
Licensed under the MIT license. � Apriorit.