Applet Manager services: Difference between revisions
No edit summary |
|||
Line 1,657: | Line 1,657: | ||
| 71 || [5.0.0+] [[#GetCurrentIlluminanceEx]] | | 71 || [5.0.0+] [[#GetCurrentIlluminanceEx]] | ||
|- | |- | ||
| 72 || [9.0.0+] SetInputDetectionPolicy | | 72 || [9.0.0+] [[#SetInputDetectionPolicy]] | ||
|- | |- | ||
| 80 || [4.0.0+] [[#SetWirelessPriorityMode]] | | 80 || [4.0.0+] [[#SetWirelessPriorityMode]] | ||
Line 1,844: | Line 1,844: | ||
Uses [[Backlight_services|lbl]] command GetAmbientLightSensorValue. | Uses [[Backlight_services|lbl]] command GetAmbientLightSensorValue. | ||
=== SetInputDetectionPolicy === | |||
Takes an input [[#InputDetectionPolicy]], no output. | |||
=== SetWirelessPriorityMode === | === SetWirelessPriorityMode === | ||
Line 2,820: | Line 2,823: | ||
ProgramIndex values where the title is not installed should not be used: [[qlaunch]] will display an error message and the current title will become "corrupted", however Home Menu will have an option to repair it. | ProgramIndex values where the title is not installed should not be used: [[qlaunch]] will display an error message and the current title will become "corrupted", however Home Menu will have an option to repair it. | ||
= InputDetectionPolicy = | |||
{| class="wikitable" border="1" | |||
|- | |||
! Value | |||
! Description | |||
|- | |||
| 0 || Unknown. | |||
|- | |||
| 1 || Unknown. | |||
|} | |||
This is u32 enum "nn::applet::InputDetectionPolicy". | |||
= AppletResourceUserId = | = AppletResourceUserId = |