Skip to content

Commit 46269af

Browse files
committed
Windows 10 RTM Release - March 2016 Update
1 parent 94d11a6 commit 46269af

File tree

59 files changed

+70
-1903
lines changed

Some content is hidden

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

59 files changed

+70
-1903
lines changed

README.md

+10-8
Original file line numberDiff line numberDiff line change
@@ -388,22 +388,25 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
388388
</tr>
389389
<tr>
390390
<td><a href="Samples/PasswordVault">Credential locker</a></td>
391+
<td><a href="Samples/ClientDeviceInformation">Client Device Information</a></td>
391392
<td><a href="Samples/CredentialPicker">Credential picker</a></td>
392-
<td><a href="Samples/DeviceLockdownAzureLogin">Device lockdown with Azure login</a></td>
393393
</tr>
394394
<tr>
395+
<td><a href="Samples/DeviceLockdownAzureLogin">Device lockdown with Azure login</a></td>
395396
<td><a href="Samples/DisablingScreenCapture">Disabling screen capture</a></td>
396397
<td><a href="Samples/EnterpriseDataProtection">Enterprise data protection</a></td>
397-
<td><a href="Samples/KeyCredentialManager">KeyCredentialManager</a></td>
398398
</tr>
399399
<tr>
400+
<td><a href="Samples/KeyCredentialManager">KeyCredentialManager</a></td>
400401
<td><a href="Samples/Personalization">Lock screen personalization</a></td>
401402
<td><a href="Samples/SmartCard">Smart cards</a></td>
402-
<td><a href="Samples/UserInfo">User information</a></td>
403403
</tr>
404404
<tr>
405+
<td><a href="Samples/UserInfo">User information</a></td>
405406
<td><a href="Samples/UserConsentVerifier">UserConsentVerifier</a></td>
406407
<td><a href="Samples/WebAccountManagement">Web account management</a></td>
408+
</tr>
409+
<tr>
407410
<td><a href="Samples/WebAuthenticationBroker">WebAuthenticationBroker</a></td>
408411
</tr>
409412
</table>
@@ -452,27 +455,26 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
452455
<td><a href="Samples/DatagramSocket">DatagramSocket</a></td>
453456
</tr>
454457
<tr>
455-
<td><a href="Samples/EasProtocol">Exchange Active Sync (EAS)</a></td>
456458
<td><a href="Samples/HttpClient">HttpClient</a></td>
457459
<td><a href="Samples/Json">JSON</a></td>
460+
<td><a href="Samples/MobileBroadband">Mobile broadband</a></td>
458461
</tr>
459462
<tr>
460-
<td><a href="Samples/MobileBroadband">Mobile broadband</a></td>
461463
<td><a href="Samples/RadioManager">Radios</a></td>
462464
<td><a href="Samples/FeedReader">RSS reader end-to-end (JavaScript)</a></td>
465+
<td><a href="Samples/SocketActivityStreamSocket">Socket activity trigger stream socket</a></td>
463466
</tr>
464467
<tr>
465-
<td><a href="Samples/SocketActivityStreamSocket">Socket activity trigger stream socket</a></td>
466468
<td><a href="Samples/StreamSocket">StreamSocket</a></td>
467469
<td><a href="Samples/Syndication">Syndication</a></td>
470+
<td><a href="Samples/UssdProtcol">USSD protocol</a></td>
468471
</tr>
469472
<tr>
470-
<td><a href="Samples/UssdProtcol">USSD protocol</a></td>
471473
<td><a href="Samples/WebSocket">WebSocket</a></td>
472474
<td><a href="Samples/WiFiDirect">Wi-Fi Direct</a></td>
475+
<td><a href="Samples/WiFiDirectServices">Wi-Fi Direct services</a></td>
473476
</tr>
474477
<tr>
475-
<td><a href="Samples/WiFiDirectServices">Wi-Fi Direct services</a></td>
476478
<td><a href="Samples/WiFiScan">Wi-Fi scanning</a></td>
477479
</tr>
478480
</table>

Samples/EasProtocol/README.md Samples/ClientDeviceInformation/README.md

+11-15
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,26 @@
1-
<!---
2-
category: NetworkingAndWebServices
1+
<!---
2+
category: IdentitySecurityAndEncryption
33
samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=620540
44
--->
55

6-
# Exchange Active Sync (EAS) sample
6+
# Client Device Information sample
77

8-
This sample shows how mail clients can retrieve device information and work with supplied Exchange Active Sync (EAS) policies.
8+
This sample shows how apps can retrieve device information such as operating system and manufacturer.
99

10-
Windows Store apps can configure their mail clients to stay compliant with the given EAS policies. To bring the local computer compliant, you must request the user's consent before you proceed through the use of a consent UI. Then you can configure the exchange account.
11-
12-
This sample requires some experience with WMI programming.
13-
14-
**Note**  This sample was created using one of the universal app templates available in Visual Studio. It shows how its solution is structured so it can run on both Windows 10 and Windows Phone 10.
15-
16-
You can choose one of three scenarios:
10+
This sample demonstrates the following:
1711
- Retrieving device information
18-
- Checking if device policies are compliant with supplied EAS policies
19-
- Applying supplied EAS policies.
2012

2113
## Related Topics
2214

23-
[Windows.Security.ExchangeActiveSyncProvisioning](http://msdn.microsoft.com/library/windows/apps/hh701506)
15+
[EasClientDeviceInformation class](https://msdn.microsoft.com/library/windows/apps/windows.security.exchangeactivesyncprovisioning.easclientdeviceinformation)
2416

2517
## Operating system requirements
2618

27-
Windows 10
19+
*Client*: Windows 10
20+
21+
**Server:** Windows Server 2016 Technical Preview
22+
23+
**Phone:** Windows 10
2824

2925
## Build the sample
3026

Samples/EasProtocol/cpp/EasProtocol.sln Samples/ClientDeviceInformation/cpp/ClientDeviceInformation.sln

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 14
44
VisualStudioVersion = 14.0.22609.0
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "EasProtocol", "EasProtocol.vcxproj", "{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}"
6+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ClientDeviceInformation", "ClientDeviceInformation.vcxproj", "{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution

Samples/EasProtocol/cpp/EasProtocol.vcxproj Samples/ClientDeviceInformation/cpp/ClientDeviceInformation.vcxproj

-17
Original file line numberDiff line numberDiff line change
@@ -157,12 +157,6 @@
157157
<ClInclude Include="Scenario1_GetDeviceInformation.xaml.h">
158158
<DependentUpon>Scenario1_GetDeviceInformation.xaml</DependentUpon>
159159
</ClInclude>
160-
<ClInclude Include="Scenario2_CheckCompliance.xaml.h">
161-
<DependentUpon>Scenario2_CheckCompliance.xaml</DependentUpon>
162-
</ClInclude>
163-
<ClInclude Include="Scenario3_ApplyEASPolicy.xaml.h">
164-
<DependentUpon>Scenario3_ApplyEASPolicy.xaml</DependentUpon>
165-
</ClInclude>
166160
</ItemGroup>
167161
<ItemGroup>
168162
<ApplicationDefinition Include="..\..\..\SharedContent\xaml\App.xaml">
@@ -172,8 +166,6 @@
172166
<SubType>Designer</SubType>
173167
</Page>
174168
<Page Include="Scenario1_GetDeviceInformation.xaml" />
175-
<Page Include="Scenario2_CheckCompliance.xaml" />
176-
<Page Include="Scenario3_ApplyEASPolicy.xaml" />
177169
<Page Include="..\..\..\SharedContent\xaml\Styles.xaml">
178170
<Link>Styles\Styles.xaml</Link>
179171
</Page>
@@ -202,12 +194,6 @@
202194
<ClCompile Include="Scenario1_GetDeviceInformation.xaml.cpp">
203195
<DependentUpon>Scenario1_GetDeviceInformation.xaml</DependentUpon>
204196
</ClCompile>
205-
<ClCompile Include="Scenario2_CheckCompliance.xaml.cpp">
206-
<DependentUpon>Scenario2_CheckCompliance.xaml</DependentUpon>
207-
</ClCompile>
208-
<ClCompile Include="Scenario3_ApplyEASPolicy.xaml.cpp">
209-
<DependentUpon>Scenario3_ApplyEASPolicy.xaml</DependentUpon>
210-
</ClCompile>
211197
</ItemGroup>
212198
<ItemGroup>
213199
<Image Include="..\..\..\SharedContent\media\microsoft-sdk.png">
@@ -232,9 +218,6 @@
232218
<Link>Assets\windows-sdk.png</Link>
233219
</Image>
234220
</ItemGroup>
235-
<ItemGroup>
236-
<SDKReference Include="WindowsDesktop, Version=10.0.10240.0" />
237-
</ItemGroup>
238221
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
239222
<ImportGroup Label="ExtensionTargets">
240223
</ImportGroup>

Samples/EasProtocol/cpp/EasProtocol.vcxproj.filters Samples/ClientDeviceInformation/cpp/ClientDeviceInformation.vcxproj.filters

-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@
5050
<ItemGroup>
5151
<Page Include="..\..\..\SharedContent\cpp\MainPage.xaml" />
5252
<Page Include="Scenario1_GetDeviceInformation.xaml" />
53-
<Page Include="Scenario2_CheckCompliance.xaml" />
54-
<Page Include="Scenario3_ApplyEASPolicy.xaml" />
5553
<Page Include="..\..\..\SharedContent\xaml\Styles.xaml">
5654
<Filter>Styles</Filter>
5755
</Page>

Samples/EasProtocol/cpp/Package.appxmanifest Samples/ClientDeviceInformation/cpp/Package.appxmanifest

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
IgnorableNamespaces="uap mp">
88

99
<Identity
10-
Name="Microsoft.SDKSamples.EAS.CPP"
10+
Name="Microsoft.SDKSamples.ClietnDeviceInformation.CPP"
1111
Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
1212
Version="1.0.0.0" />
1313

1414
<mp:PhoneIdentity PhoneProductId="da04b78c-400c-4d37-89d3-dfe18910850f" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
1515

1616
<Properties>
17-
<DisplayName>EAS Protocol C++ Sample</DisplayName>
17+
<DisplayName>Client Device Information C++ Sample</DisplayName>
1818
<PublisherDisplayName>Microsoft Corporation</PublisherDisplayName>
1919
<Logo>Assets\StoreLogo-sdk.png</Logo>
2020
</Properties>
@@ -30,12 +30,12 @@
3030
<Applications>
3131
<Application Id="App"
3232
Executable="$targetnametoken$.exe"
33-
EntryPoint="EAS.App">
33+
EntryPoint="ClientDeviceInformation.App">
3434
<uap:VisualElements
35-
DisplayName="EAS Protocol C++ Sample"
35+
DisplayName="Client Device Information C++ Sample"
3636
Square150x150Logo="Assets\squareTile-sdk.png"
3737
Square44x44Logo="Assets\smallTile-sdk.png"
38-
Description="EAS Protocol C++ Sample"
38+
Description="Client Device Information C++ Sample"
3939

4040
BackgroundColor="#00B2F0">
4141
<uap:SplashScreen Image="Assets\splash-sdk.png" />

Samples/EasProtocol/cpp/SampleConfiguration.cpp Samples/ClientDeviceInformation/cpp/SampleConfiguration.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,4 @@ using namespace SDKTemplate;
99
Platform::Array<Scenario>^ MainPage::scenariosInner = ref new Platform::Array<Scenario>
1010
{
1111
{ "Get Device Information", "SDKTemplate.Scenario1_GetDeviceInformation" },
12-
{ "Check Compliance", "SDKTemplate.Scenario2_CheckCompliance" },
13-
{ "Apply EAS Policy", "SDKTemplate.Scenario3_ApplyEASPolicy" }
1412
};
File renamed without changes.
File renamed without changes.

Samples/EasProtocol/cs/EasProtocol.csproj Samples/ClientDeviceInformation/cs/ClientDeviceInformation.csproj

-19
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,6 @@
107107
<Compile Include="Scenario1_GetDeviceInformation.xaml.cs">
108108
<DependentUpon>Scenario1_GetDeviceInformation.xaml</DependentUpon>
109109
</Compile>
110-
<Compile Include="Scenario2_CheckCompliance.xaml.cs">
111-
<DependentUpon>Scenario2_CheckCompliance.xaml</DependentUpon>
112-
</Compile>
113-
<Compile Include="Scenario3_ApplyEASPolicy.xaml.cs">
114-
<DependentUpon>Scenario3_ApplyEASPolicy.xaml</DependentUpon>
115-
</Compile>
116110
</ItemGroup>
117111
<ItemGroup>
118112
<AppxManifest Include="Package.appxmanifest">
@@ -134,14 +128,6 @@
134128
<Generator>MSBuild:Compile</Generator>
135129
<SubType>Designer</SubType>
136130
</Page>
137-
<Page Include="Scenario2_CheckCompliance.xaml">
138-
<Generator>MSBuild:Compile</Generator>
139-
<SubType>Designer</SubType>
140-
</Page>
141-
<Page Include="Scenario3_ApplyEASPolicy.xaml">
142-
<Generator>MSBuild:Compile</Generator>
143-
<SubType>Designer</SubType>
144-
</Page>
145131
<Page Include="..\..\..\SharedContent\xaml\Styles.xaml">
146132
<Link>Styles\Styles.xaml</Link>
147133
<Generator>MSBuild:Compile</Generator>
@@ -174,11 +160,6 @@
174160
<Link>Assets\windows-sdk.png</Link>
175161
</Content>
176162
</ItemGroup>
177-
<ItemGroup>
178-
<SDKReference Include="WindowsDesktop, Version=10.0.10240.0">
179-
<Name>Microsoft Desktop Extension SDK for Universal App Platform</Name>
180-
</SDKReference>
181-
</ItemGroup>
182163
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
183164
<VisualStudioVersion>14.0</VisualStudioVersion>
184165
</PropertyGroup>

Samples/EasProtocol/cs/EasProtocol.sln Samples/ClientDeviceInformation/cs/ClientDeviceInformation.sln

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 14
44
VisualStudioVersion = 14.0.22609.0
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EasProtocol", "EasProtocol.csproj", "{DC30CE66-DAEE-4CCF-BD02-8837FE918B6F}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClientDeviceInformation", "ClientDeviceInformation.csproj", "{DC30CE66-DAEE-4CCF-BD02-8837FE918B6F}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution

Samples/EasProtocol/cs/Package.appxmanifest Samples/ClientDeviceInformation/cs/Package.appxmanifest

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
IgnorableNamespaces="uap mp">
88

99
<Identity
10-
Name="Microsoft.SDKSamples.EAS.CS"
10+
Name="Microsoft.SDKSamples.ClientDeviceInformation.CS"
1111
Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
1212
Version="1.0.0.0" />
1313

1414

1515
<mp:PhoneIdentity PhoneProductId="806cd623-e526-4b54-be9a-8eebc63b3e4b" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
1616

1717
<Properties>
18-
<DisplayName>EAS Protocol C# Sample</DisplayName>
18+
<DisplayName>Client Device Information C# Sample</DisplayName>
1919
<PublisherDisplayName>Microsoft Corporation</PublisherDisplayName>
2020
<Logo>Assets\StoreLogo-sdk.png</Logo>
2121
</Properties>
@@ -31,12 +31,12 @@
3131
<Applications>
3232
<Application Id="App"
3333
Executable="$targetnametoken$.exe"
34-
EntryPoint="EAS.App">
34+
EntryPoint="ClientDeviceInformation.App">
3535
<uap:VisualElements
36-
DisplayName="EAS Protocol C# Sample"
36+
DisplayName="Client Device Information C# Sample"
3737
Square150x150Logo="Assets\squareTile-sdk.png"
3838
Square44x44Logo="Assets\SmallTile-sdk.png"
39-
Description="EAS Protocol C# Sample"
39+
Description="Client Device Information C# Sample"
4040

4141
BackgroundColor="#00b2f0">
4242
<uap:SplashScreen Image="Assets\Splash-sdk.png" />

Samples/EasProtocol/cs/SampleConfiguration.cs Samples/ClientDeviceInformation/cs/SampleConfiguration.cs

-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
using System;
1313
using System.Collections.Generic;
1414
using Windows.UI.Xaml.Controls;
15-
using EAS;
1615

1716
namespace SDKTemplate
1817
{
@@ -23,8 +22,6 @@ public partial class MainPage : Page
2322
List<Scenario> scenarios = new List<Scenario>
2423
{
2524
new Scenario() { Title="Get Device Information", ClassType=typeof(Scenario1_GetDeviceInformation)},
26-
new Scenario() { Title="Check Compliance", ClassType=typeof(Scenario2_CheckCompliance)},
27-
new Scenario() { Title="Apply EAS Policy", ClassType=typeof(Scenario3_ApplyEASPolicy)}
2825
};
2926
}
3027

Samples/EasProtocol/cs/Scenario1_GetDeviceInformation.xaml Samples/ClientDeviceInformation/cs/Scenario1_GetDeviceInformation.xaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
//*********************************************************
1212
-->
1313
<Page
14-
x:Class="EAS.Scenario1_GetDeviceInformation"
14+
x:Class="SDKTemplate.Scenario1_GetDeviceInformation"
1515
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
1616
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
17-
xmlns:local="using:EAS"
17+
xmlns:local="using:SDKTemplate"
1818
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
1919
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
2020
mc:Ignorable="d">
@@ -42,7 +42,7 @@
4242
<StackPanel Orientation="Vertical" HorizontalAlignment="Left" Margin="0,10,0,0">
4343
<TextBlock VerticalAlignment="Center" Text="OperatingSystem :" Style="{StaticResource BasicTextStyle}"/>
4444
<TextBox IsEnabled="False" x:Name="OperatingSystem" Width="280"/>
45-
</StackPanel>
45+
</StackPanel>
4646
<StackPanel Orientation="Vertical" HorizontalAlignment="Left" Margin="0,10,0,0">
4747
<TextBlock VerticalAlignment="Center" Text="FriendlyName :" Style="{StaticResource BasicTextStyle}"/>
4848
<TextBox IsEnabled="False" x:Name="FriendlyName" Width="280"/>

Samples/EasProtocol/cs/Scenario1_GetDeviceInformation.xaml.cs Samples/ClientDeviceInformation/cs/Scenario1_GetDeviceInformation.xaml.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,12 @@
99
//
1010
//*********************************************************
1111

12-
using SDKTemplate;
1312
using System;
1413
using Windows.Security.ExchangeActiveSyncProvisioning;
1514
using Windows.UI.Xaml;
1615
using Windows.UI.Xaml.Controls;
1716

18-
namespace EAS
17+
namespace SDKTemplate
1918
{
2019
public sealed partial class Scenario1_GetDeviceInformation : Page
2120
{

Samples/EasProtocol/js/EasProtocol.jsproj Samples/ClientDeviceInformation/js/ClientDeviceInformation.jsproj

-4
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@
5858
<Link>default.html</Link>
5959
</Content>
6060
<Content Include="html\scenario1.html" />
61-
<Content Include="html\scenario2.html" />
62-
<Content Include="html\scenario3.html" />
6361
<Content Include="..\..\..\SharedContent\media\microsoft-sdk.png">
6462
<Link>images\microsoft-sdk.png</Link>
6563
</Content>
@@ -86,8 +84,6 @@
8684
</Content>
8785
<Content Include="js\sample-configuration.js" />
8886
<Content Include="js\scenario1.js" />
89-
<Content Include="js\scenario2.js" />
90-
<Content Include="js\scenario3.js" />
9187
<Content Include="..\..\..\SharedContent\js\Microsoft.WinJS\css\ui-dark.css">
9288
<Link>Microsoft.WinJS.4.0\css\ui-dark.css</Link>
9389
</Content>

Samples/EasProtocol/js/EasProtocol.sln Samples/ClientDeviceInformation/js/ClientDeviceInformation.sln

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 14
44
VisualStudioVersion = 14.0.22609.0
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "EasProtocol", "EasProtocol.jsproj", "{C2ADB9AF-EDB3-4E57-8056-9D0531D4A6B2}"
6+
Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "ClientDeviceInformation", "ClientDeviceInformation.jsproj", "{C2ADB9AF-EDB3-4E57-8056-9D0531D4A6B2}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution

Samples/EasProtocol/js/Package.appxmanifest Samples/ClientDeviceInformation/js/Package.appxmanifest

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
IgnorableNamespaces="uap mp">
77

88
<Identity
9-
Name="Microsoft.SDKSamples.EAS.JS"
9+
Name="Microsoft.SDKSamples.ClientDeviceInformation.JS"
1010
Version="1.0.0.0"
1111
Publisher="CN=Microsoft" />
1212

1313
<mp:PhoneIdentity PhoneProductId="10fec429-fbc2-4e15-a042-da8debb674af" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
1414

1515
<Properties>
16-
<DisplayName>EAS Protocol JS Sample</DisplayName>
16+
<DisplayName>Client Device Information JS Sample</DisplayName>
1717
<PublisherDisplayName>Microsoft Corporation</PublisherDisplayName>
1818
<Logo>images\storelogo-sdk.png</Logo>
1919
</Properties>
@@ -33,8 +33,8 @@
3333
StartPage="default.html">
3434

3535
<uap:VisualElements
36-
DisplayName="EAS Protocol JS Sample"
37-
Description="EAS Protocol JS Sample"
36+
DisplayName="Client Device Information JS Sample"
37+
Description="Client Device Information JS Sample"
3838

3939
BackgroundColor="#00b2f0"
4040
Square150x150Logo="images\storelogo-sdk.png"

0 commit comments

Comments
 (0)