1
0
Fork 0
seedvault/app
Torsten Grote 2a4ff39531
Simplify PackageService and use standard PackageManager
@stevesoltys this removes your old way of retreiving installed packages
via getInstalledPackages(0, UserHandle.USER_SYSTEM) as I couldn't find a
difference to the official way.

Also IGNORED_PACKAGES isn't needed anymore since
filterAppsEligibleForBackupForUser() already filters those out.
2020-01-14 07:45:41 -03:00
..
libs Upgrade to Android 10 (Q) 2019-09-19 09:17:42 -03:00
src Simplify PackageService and use standard PackageManager 2020-01-14 07:45:41 -03:00
build.gradle Re-install backed-up APKs before restoring from backup 2020-01-14 07:45:37 -03:00