Changes

437 bytes added ,  01:24, 14 April 2019
Line 838: Line 838:  
| 0x41
 
| 0x41
 
| 0x4
 
| 0x4
| u32 enum WebSessionBootMode
+
| u32 enum [[#WebSessionBootMode]]
 
| BootMode
 
| BootMode
 +
|-
 +
| [7.0.0+]
 +
|
 +
| 0x42
 +
| 0x1
 +
| u8 bool
 +
| Enables using [[#WebSession]] when set.
 
|}
 
|}
   Line 1,070: Line 1,077:  
|-
 
|-
 
|}
 
|}
 +
 +
==== WebSessionBootMode ====
 +
{| class="wikitable" border="1"
 +
|-
 +
!  Value
 +
!  Name
 +
!  Description
 +
|-
 +
| 0
 +
|
 +
| Normal (AllForeground)
 +
|-
 +
| 1
 +
|
 +
| AllForegroundInitiallyHidden
 +
|}
 +
 +
This controls which [[Applet_Manager_services|LibraryAppletMode]] the applet will be launched with, by the user-process. The TLV for this seems to be ignored by the applet.
    
==== LastUrl ====
 
==== LastUrl ====