Search code examples
windowswindows-store-appswin-universal-appuwp-xaml

UWP: Access to UI elements of others apps


I need to know the UI elements, or the XAML tree of apps the user has started. Is there a way to do this with UWP APIs ? Because I have an android app which is able to ask user permission to retrieve this data. Thanks


Solution

  • All application are runned inside a sandbox and you can't get out if it to get information about other apps. Maybe if you describe what you need it for I can help you a other direction