Set blocking status when package is installing 27/299927/1
authorHwankyu Jhun <h.jhun@samsung.com>
Thu, 12 Oct 2023 07:18:26 +0000 (16:18 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Thu, 12 Oct 2023 07:18:26 +0000 (16:18 +0900)
commit898bcff508af95eb84f1404074a6dfe5ae1bb8cb
tree7adb7e2a76d262068bee4e51df2f49f4d33e099e
parent2ec27d87ce998cd50055e2fffb4378e2a6ae2a15
Set blocking status when package is installing

Currently, AMD tries to load the app info if the app info does not exist.
Unfortunately, the app info will be loaded even if the package is installing.
Before finishing the installation, the information is inserted to the database.
This patch is to prevent launching the application when the package is installing.

Change-Id: I63cc27987c49ba9cba350a89f24a1cd6c0f68e36
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/lib/app_info/app_info_manager.cc
src/lib/app_info/app_info_manager.hh