Skip to content

Commit ecd7968

Browse files
committed
Merged PR 21260: Fix broken links to Store policies and Caller ID sample app
Fix broken links to Store policies and Caller ID sample app. Updated the Store policy links. Removed the Caller ID sample links, as the sample was removed from the archive in the sample repo.
1 parent bbf5271 commit ecd7968

9 files changed

Lines changed: 23 additions & 23 deletions

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.system.userprofile/advertisingmanager.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ public class AdvertisingManager
1010
# Windows.System.UserProfile.AdvertisingManager
1111

1212
## -description
13+
1314
Provides a property that lets the caller retrieve the advertising ID.
1415

1516
## -remarks
17+
1618
AdvertisingManager is a static runtime object and does not need to be retrieved or created.
1719

1820
### Version history
@@ -24,4 +26,5 @@ AdvertisingManager is a static runtime object and does not need to be retrieved
2426
## -examples
2527

2628
## -see-also
27-
[Microsoft Advertising SDK](https://aka.ms/ads-sdk-uwp), [Microsoft Store policies for advertising conduct and content](/legal/windows/agreements/store-policies)
29+
30+
[Microsoft Advertising SDK](https://aka.ms/ads-sdk-uwp), [Microsoft Store policies for advertising conduct and content](/windows/apps/publish/store-policies#1010-advertising-conduct-and-content)

windows.system.userprofile/advertisingmanager_advertisingid.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,15 @@ public string AdvertisingId { get; }
1010
# Windows.System.UserProfile.AdvertisingManager.AdvertisingId
1111

1212
## -description
13+
1314
Retrieves a unique ID used to provide more relevant advertising. If the advertising ID feature is turned off, no ID is retrieved.
1415

1516
## -property-value
17+
1618
The advertising ID is represented as an alphanumeric string. When the advertising ID feature is turned off, this is an empty string.
1719

1820
## -remarks
21+
1922
This property retrieves a unique ID used to provide more relevant advertising by understanding which apps are used by the user and how they are used. It is also used to improve quality of service by determining the frequency and effectiveness of ads, and to detect fraud and security issues. This ID is per-user, per-device; all apps for a single user on a device have the same advertising ID.
2023

2124
If the advertising ID feature is turned off, no ID is retrieved. The advertising ID feature is turned on if the user chooses express settings when installing Windows. The feature can be turned off by the user, either during the custom setup process when installing Windows or at any time later through the **Privacy** page of **PC Settings**. It can also be turned off through group policy.
@@ -25,7 +28,7 @@ If the advertising ID feature is turned off, no ID is retrieved. The advertising
2528
2629
When the feature is turned off and then on again, Windows creates a new advertising ID— the old one is not reused. The advertising ID can also be reset during operating system upgrades. Because the advertising ID is a per-device value, it is does not roam with the user account. It cannot be turned on for child accounts. The value is not backed up.
2730

28-
This property is retrieved as shown here:
31+
This property is retrieved as shown here:
2932

3033
```csharp
3134
var advertisingId = Windows.System.UserProfile.AdvertisingManager.AdvertisingId;
@@ -42,4 +45,5 @@ auto advertisingId = Windows::System::UserProfile::AdvertisingManager::Advertisi
4245
## -examples
4346

4447
## -see-also
45-
[Microsoft Advertising SDK](https://aka.ms/ads-sdk-uwp), [Microsoft Store policies for advertising conduct and content](/legal/windows/agreements/store-policies)
48+
49+
[Microsoft Advertising SDK](https://aka.ms/ads-sdk-uwp), [Microsoft Store policies for advertising conduct and content](/windows/apps/publish/store-policies#1010-advertising-conduct-and-content)

windows.system.userprofile/advertisingmanagerforuser.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,15 @@ public class AdvertisingManagerForUser : Windows.System.UserProfile.IAdvertising
1010
# Windows.System.UserProfile.AdvertisingManagerForUser
1111

1212
## -description
13+
1314
Associates a user with an advertising ID.
1415

1516
## -remarks
17+
1618
An instance of this class is returned by the [AdvertisingManager.GetForUser](advertisingmanager_getforuser_2058550280.md) method.
1719

1820
## -examples
1921

2022
## -see-also
21-
[Microsoft Advertising SDK](https://aka.ms/ads-sdk-uwp), [Microsoft Store policies for advertising conduct and content](/legal/windows/agreements/store-policies)
23+
24+
[Microsoft Advertising SDK](https://aka.ms/ads-sdk-uwp), [Microsoft Store policies for advertising conduct and content](/windows/apps/publish/store-policies#1010-advertising-conduct-and-content)

windows.system.userprofile/advertisingmanagerforuser_advertisingid.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,17 @@ public string AdvertisingId { get; }
1010
# Windows.System.UserProfile.AdvertisingManagerForUser.AdvertisingId
1111

1212
## -description
13+
1314
Gets a unique ID used to provide more relevant advertising to a user.
1415

1516
## -property-value
17+
1618
The advertising ID is represented as an alphanumeric string. When the advertising ID feature is turned off, this is an empty string.
1719

1820
## -remarks
1921

2022
## -examples
2123

2224
## -see-also
23-
[AdvertisingManager.AdvertisingId](advertisingmanager_advertisingid.md), [Microsoft Advertising SDK](https://aka.ms/ads-sdk-uwp), [Windows Store policies for advertising conduct and content](/legal/windows/agreements/store-policies)
25+
26+
[AdvertisingManager.AdvertisingId](advertisingmanager_advertisingid.md), [Microsoft Advertising SDK](https://aka.ms/ads-sdk-uwp), [Windows Store policies for advertising conduct and content](/windows/apps/publish/store-policies#1010-advertising-conduct-and-content)

0 commit comments

Comments
 (0)