How to get exactly "Unknown Sources" application list on Android? what is flag to used? If it is not this method,what are others method? and How to programmically?
PackageManager pm = this.getPackageManager();
final List<PackageInfo> appinstalled = pm
.getInstalledPackages(what is flag??); //
Sorry for my bad English. Thank you.