Is there a way to get a list of apps that can be removed?
I imported the app list as below
If you import the list as above, you can import the list that cannot be deleted.
I just want to get a list of apps that can be removed, but I don't know how.
Thank you
pm = getApplicationContext().getPackageManager();
appInfo = pm.getInstalledApplications(PackageManager.GET_UNINSTALLED_PACKAGES);