AndroidApp to track install/update/delete of apps historically.
android-install-history is hosted in the following web site
https://github.com/twlkyao/android-install-history
If you think the Android project android-install-history 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 android-install-history.
Item | Value |
---|---|
Java File Count | 11 |
Minimum SDK Version | 10 |
Activity Count | 1 |
Required Permissions | android.permission.RECEIVE_BOOT_COMPLETED |
android-install-history has the following Java source files.
com.solshen.install.history.InstallHistoryActivity.java com.solshen.install.history.PackageActionReceiver.java com.solshen.install.history.db.DBUtil.java com.solshen.install.history.db.DataCursor.java com.solshen.install.history.db.HistoryDatabase.java com.solshen.install.history.db.HistoryDatabaseHelper.java com.solshen.install.history.db.HistoryProvider.java com.solshen.install.history.db.HistoryProviderTest.java com.solshen.install.history.db.HistoryTable.java com.solshen.install.history.logging.Logger.java com.solshen.install.history.model.History.java