Skip to content

Commit 7229d25

Browse files
committed
public/private sync
2 parents e34446c + 5bbe36c commit 7229d25

55 files changed

Lines changed: 336 additions & 62 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

windows.applicationmodel.calls.provider/phonecallorigin.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ A collection of information about the origin of a phone call.
2929

3030
## -see-also
3131

32-
[Caller ID sample](https://github.com/microsoft/Windows-universal-samples/tree/main/archived/CallerID)
33-
3432
## -capabilities
3533

3634
phoneCallHistory, phoneCallHistorySystem

windows.applicationmodel.calls.provider/phonecalloriginmanager.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ Controls which application is responsible for determining the origin of incoming
2929

3030
## -see-also
3131

32-
[Caller ID sample](https://github.com/microsoft/Windows-universal-samples/tree/main/archived/CallerID)
33-
3432
## -capabilities
3533

3634
phoneCallHistory, phoneCallHistorySystem

windows.applicationmodel.calls.provider/windows_applicationmodel_calls_provider.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,14 @@ This namespace is used to set information such as the call location and the cate
1515

1616
In order to use this API, you will need to define a new category in your application manifest file.
1717

18-
```
18+
```xml
1919
<Extension Category="windows.phoneCallOriginProvider" />
2020
```
2121

2222
## -examples
2323

2424
## -see-also
2525

26-
[Caller ID sample](https://github.com/microsoft/Windows-universal-samples/tree/main/archived/CallerID)
27-
2826
## -capabilities
2927

3028
phoneCallHistory, phoneCallHistorySystem

windows.applicationmodel/appinstallerinfo_automaticbackgroundtask.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@
99
public bool AutomaticBackgroundTask { get; }
1010
-->
1111

12-
1312
## -description
1413

15-
Gets a boolean value indicating whether the deployment service checks for app updates in the background.
16-
14+
Gets a boolean value indicating whether the deployment service checks for app updates in the background.
1715

1816
## -property-value
1917

@@ -23,10 +21,8 @@ True if automatic background check is enabled; otherwise, false.
2321

2422
When this value is true, a check for updates is made every 8 hours independently of whether the user launched the app. This type of update cannot show UI.
2523

26-
This property is equivalent to the [AutomaticBackgroundTask](/uwp/schemas/appinstallerschema/element-automatic-background-task) element of the App Installer file schema.
24+
This property is equivalent to the [AutomaticBackgroundTask](/uwp/schemas/appinstallerschema/element-s4-automaticbackgroundtask) element of the App Installer file schema.
2725

2826
## -see-also
2927

3028
## -examples
31-
32-

windows.applicationmodel/appinstallerinfo_forceupdatefromanyversion.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,18 @@
99
public bool ForceUpdateFromAnyVersion { get; }
1010
-->
1111

12-
1312
## -description
1413

15-
Gets a boolean value indicating whether the app version can be both incremented and decremented. If the value is false, the app can only move to a higher version.
14+
Gets a boolean value indicating whether the app version can be both incremented and decremented. If the value is false, the app can only move to a higher version.
1615

1716
## -property-value
1817

1918
True if the app version can be decremented; otherwise, false.
2019

2120
## -remarks
2221

23-
This property is equivalent to the [ForceUpdateFromAnyVersion](/uwp/schemas/appinstallerschema/element-force-update-from-any-version) element of the App Installer file schema.
22+
This property is equivalent to the [ForceUpdateFromAnyVersion](/uwp/schemas/appinstallerschema/element-s4-forceupdatefromanyversion) element of the App Installer file schema.
2423

2524
## -see-also
2625

2726
## -examples
28-
29-

windows.devices.sensors/humanengagement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ Human is not engaged with device.
3131

3232
## -see-also
3333

34-
[HumanPresenceSensorReading.Engagement](humanpresencesensorreading_engagement.md)
34+
[HumanPresenceSensorReading.Engagement](humanpresencesensorreading_engagement.md), [Device experiences - Presence sensing](/windows-hardware/design/device-experiences/sensors-presence-sensing)
3535

3636
## -examples

windows.devices.sensors/humanpresence.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ Human presence is not detected.
3131

3232
## -see-also
3333

34-
[HumanPresenceSensorReading.Presence](humanpresencesensorreading_presence.md)
34+
[HumanPresenceSensorReading.Presence](humanpresencesensorreading_presence.md), [Device experiences - Presence sensing](/windows-hardware/design/device-experiences/sensors-presence-sensing)
3535

3636
## -examples

windows.devices.sensors/humanpresencefeatures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ Represents the system settings supported by a human presence sensor.
1717

1818
## -see-also
1919

20-
[HumanPresenceSensor](humanpresencesensor.md), [HumanPresenceSettings](humanpresencesettings.md)
20+
[HumanPresenceSensor](humanpresencesensor.md), [HumanPresenceSettings](humanpresencesettings.md), [Device experiences - Presence sensing](/windows-hardware/design/device-experiences/sensors-presence-sensing), [Device experiences - Wake on approach](/windows-hardware/design/device-experiences/sensors-presence-wake-on-approach), [Device experiences - Lock on leave](/windows-hardware/design/device-experiences/sensors-presence-lock-on-leave), [Device experiences - Adaptive dimming](/windows-hardware/design/device-experiences/sensors-presence-adaptive-dimming)
2121

2222
## -examples

windows.devices.sensors/humanpresencefeatures_isadaptivedimmingsupported.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ The user can specify their preferred dimming behavior in the System settings (se
2727

2828
## -see-also
2929

30-
[AdaptiveDimmingOptions](adaptivedimmingoptions.md), [IsAdaptiveDimmingEnabled](humanpresencesettings_isadaptivedimmingenabled.md)
30+
[AdaptiveDimmingOptions](adaptivedimmingoptions.md), [IsAdaptiveDimmingEnabled](humanpresencesettings_isadaptivedimmingenabled.md), [Device experiences - Adaptive dimming](/windows-hardware/design/device-experiences/sensors-presence-adaptive-dimming)
3131

3232
## -examples

windows.devices.sensors/humanpresencefeatures_isattentionawaredimmingsupported.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ The user can specify their preferred dimming behavior in the System settings (se
2929

3030
## -see-also
3131

32-
[HumanPresenceSettings.IsAttentionAwareDimmingEnabled](humanpresencesettings_isattentionawaredimmingenabled.md)
32+
[HumanPresenceSettings.IsAttentionAwareDimmingEnabled](humanpresencesettings_isattentionawaredimmingenabled.md), [Device experiences - Adaptive dimming](/windows-hardware/design/device-experiences/sensors-presence-adaptive-dimming)
3333

3434
## -examples

0 commit comments

Comments
 (0)