Use "system" background category
authorLukasz Stanislawski <lukasz.stanislawski@gmail.com>
Thu, 12 Nov 2020 12:00:06 +0000 (13:00 +0100)
committerLukasz Stanislawski <lukasz.stanislawski@gmail.com>
Thu, 12 Nov 2020 12:09:13 +0000 (13:09 +0100)
This patch solves issue with terminating oobe app during system boot.
The app was sometimes terminated by AMD daemon because
it managed to launch faster then homescreen app.

When such situation occured, the AMD daemon had internal logic that
do not allow apps that are not homescreen and are not task-managable to
run as app leader.

To solve this issue the additional special flag was added to tell AMD to ignore
this case.

Change-Id: I4ec39e9bb168a97b1351a57237180a5f86d7860c

Oobe/Oobe/tizen-manifest.xml

index 5e96588..6265433 100644 (file)
@@ -9,6 +9,7 @@
     <app-control>
       <operation name="http://tizen.org/appcontrol/operation/reset"/>
     </app-control>
+    <background-category value="system"/>
   </ui-application>
   <shortcut-list />
   <privileges>