WPF : get my wpf application in settings >> Location >> precise location list

Dipika Panchal 1 Reputation point
2020-05-19T03:54:09.277+00:00

Hi,

I am trying to get my application in settings >> Location >> precise location list so that I can specifically on/off location setting for my application only.

I have used Microsoft.Windows.SDK.Contracts nuget to enable uwp feature. I tried to create shortcut key like we do for Notification setting in install shield but no luck.

Can anyone help me on this.

Thanks,

Dipika

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,648 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Vahid Ghafarpour 16,365 Reputation points
    2023-08-27T06:06:31.7566667+00:00

    To add your application to the "Settings" app in Windows 10, specifically in the "Location" section, you'll need to create a UWP (Universal Windows Platform) app that declares the necessary settings capability and adds the appropriate settings content to the Settings app.

    0 comments No comments