- Jan 12, 2013
- 182
- 0
- 0
Is there a way to find other installed apps in W10(M) as e.g. list of AppListEntry? Basically content of app list, programmatically
Package.Current.GetAppListEntriesAsync() returns only apps inside current (this app) package. I need list of packages.
PackageManager() (for FindPackagesForUser()) cannot be used in store apps.
Reason for asking - my thread about app folder
Package.Current.GetAppListEntriesAsync() returns only apps inside current (this app) package. I need list of packages.
PackageManager() (for FindPackagesForUser()) cannot be used in store apps.
Reason for asking - my thread about app folder