Gets the user's uid related to installed app only.
authorWoongsuk Cho <ws77.cho@samsung.com>
Thu, 9 Nov 2023 01:05:34 +0000 (10:05 +0900)
committerWoongsuk Cho <ws77.cho@samsung.com>
Thu, 9 Nov 2023 01:05:34 +0000 (10:05 +0900)
commit07a22157e9ddad89658a459fae3b07835e820411
treeeb2a8cf53bf8c4f17e50fb5c30aac9a1d4658d7a
parentbad09c61ae5eb3c17ea3ffa56cc70f2f350ef9b5
Gets the user's uid related to installed app only.

if there are many installed apps, it takes a lot of time to delete profile data.
This is because it attempts to delete profile data for all uids.

To optimize this, only uids related to the installed app are obtained.
NativeLauncher/inc/profile_common.h
NativeLauncher/installer-plugin/dotnet_apptype_plugin.cc
NativeLauncher/tool/dotnettool.cc
NativeLauncher/tool/profile_common.cc